Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi Team,
Good day.
Kindly help,
How to pass the selected values dynamically from visuals(tables, charts) as a parameters to data source queries,
Level 1: User needs to click on the Total Shipments column count below,
Level 2: Display the clicked Total Shipments count-2069 detail records into next page,
Kindly note, need to pass the some column values as parameters - Month-Year, Enterprise Account Number, Payer Account Number, Product using Manage Parameters option in power query editor
Kindly help
regards
M. Vijay Antony
Solved! Go to Solution.
That is not possible. The query editor affthe semantic model, but changes in the semantic model do not influence the query editor. To achieve dynamic filtering based on slicer selections, load the entire dataset into the data model and apply filtering logic using DAX measures. If you're using DirectQuery, slicer selections can dynamically adjust the queries sent to the underlying database. However, this occurs within the reporting layer and does not affect transformations in Power Query.
Hi @VijayAntonyM ,
Selecting values in a report is an interaction and filtering of the data that has been loaded into the report. This filtering typically only affects the report or visualization you're currently viewing, and doesn't change the underlying data. Power Query is used to transform, clean, and prepare data before it is loaded into a report. Their query for the data is two different layers, so it's not possible to pass the selected values in the report into Power Query.
The workaround is load all the data into the report beforehand and then filtering it based on the selected values. This can cause your report to be too large, and you can purchase some Premium capacity.
Purchase the right Premium capacity based on your reports.
How to configure workloads in Power BI Premium - Power BI | Microsoft Learn
Best regards,
Mengmeng Li
That is not possible. The query editor affthe semantic model, but changes in the semantic model do not influence the query editor. To achieve dynamic filtering based on slicer selections, load the entire dataset into the data model and apply filtering logic using DAX measures. If you're using DirectQuery, slicer selections can dynamically adjust the queries sent to the underlying database. However, this occurs within the reporting layer and does not affect transformations in Power Query.
User | Count |
---|---|
73 | |
70 | |
38 | |
25 | |
23 |
User | Count |
---|---|
96 | |
93 | |
50 | |
43 | |
42 |