Forum Discussion
Allow users to Modify parameters in PowerBI Server
- 2 years ago
What is the business value of allowing them to set the parameters? Would you be better off including all the data and then having the users filter it as needed? Re-rendering in the "regular" Power BI is cheaper than in paginated reports.
The only way is to use Direct Query and Dynamic M Query parameters. But that also involves having all data "at their fingertips".
That's what I thought. Do you believe what I proposed here (LINK) is possible and a good workaround?
- lbendlin2 years agoSuper User
Meh? Why go through all that hassle when the Semantic Model can do the work for you?
- julsr2 years agoContinued Contributor
Oh really? Do you have any walkthroughs on this? It would be helpful to see how can achieve it using Semantic Models
- lbendlin2 years agoSuper User
As I said - load all the data, and then let the users look at it and filter as needed. Let go of the urge to try and control the rendering.