Forum Discussion
ViralGajjar2904
2 years agoFrequent Visitor
How to Dynamically update a parameter value based on data from a client’s website to PowerBI Desktop
I am currently working on a Power BI Desktop project where I need to dynamically update a parameter value based on data from a client’s website. The goal is to have this parameter value automatical...
ThxAlot
2 years agoSuper User
An indirect way I can think of is to place the parameter in a SharePoint list (or any place where your report is entitled to access); so that when the parameter changes, the API request generated in PQ is changed accordingly.