Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
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.