The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
I am trying to use data from an Web API with this URL:
To create the dashboard on PBI Desktop I use the parameter TRUE. With this we take a month of data just to create de dashboards. To take all the data we need to change the parameter to FALSE and update only 1AM to 3AM.
Who can I change this? If a change before upload to PBI online its loose the data.
I tried to create a parameter in PBI Desktop, but I don't know how to use this in the URL.
You probably want to store the results of these API calls in raw format (JSON files, for example) and then consume/combine these files in Power Query.