Forum Discussion
Unable to change Parameters in Workspace semantics.
- 1 year ago
Was able to configure the reason in the M code. Able to work it out with Mass Filter.
Report Slicers and RLS are good for small data sets. These tables are huge with billions of records and if a user want to query for an ID, he should be able to query for that ID and the query run should be handled by the database and not by the report server ( in other ways QueryFolding).
Hi rnola16 ,
A workaround is to embed a Power App inside the Power BI report. This Power App can collect user inputs such as dates, IDs and send them to a database. The updated values are then stored in a database table, which Power BI references as a data source. This method ensures that queries are executed at the database level, leveraging query folding to improve performance.
Hope this helps.If so, kindly accept it as solution to help others quickly.