You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.
anyone else getting an error at JSON.parse(reportParameters).reportUrl in the HTML file?
If I look at the PBIReport.json file in VSCode is looks to be malformed:
This is the sample in the screenshot but my file has all values filled.
Thanks in advance!
Daire
The text was updated successfully, but these errors were encountered:
That file is actually a JavaScript file. The file extension is a misnomer.
I’d you can’t figure out how to make your file parse then feel free to share here for sanity check.
Yes, I noticed this actually. It seems to be an issue to do with specifying the filter parameters. I'm seeing issues if they are strings, have spaces or I want to omit altogether. But I can work around these thanks
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi there,
anyone else getting an error at JSON.parse(reportParameters).reportUrl in the HTML file?
If I look at the PBIReport.json file in VSCode is looks to be malformed:
This is the sample in the screenshot but my file has all values filled.
Thanks in advance!
Daire
The text was updated successfully, but these errors were encountered: