Forum Discussion
pjose
5 years agoHelper I
Using web as a datasource to JSON data but instead asking to open or save as a JSON source file
Hi all, I have a url which links to JSON data like below. But when I enter this address in the web data source in POwer BI to connect to the JSON data, I get the below screen instead askin...
pjose
5 years agoHelper I
Thank you Phil.
I found out that the problem is with having a second query parameter in my url. It works well with just one query parameter, for example https://www.test.com.au/PBI/?q=1234&pe=ui doesn't work for me where as https://www.test.com.au/PBI/?q=1234 works. I made both to return the same data by the way. I would like to add the second query parameter too as I need to deal with different use cases.