The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Hi All,
I have requirement where I need to populate table visual dynamically based on selections from slicers. Basically I need to show two slicers 1) Dimensions 2) Measures. DImension slicers contains the list of dimensions for eg. Year, Area, County etc. Measure slicers contains the list of measures for eg. Sales, Volumes, Cost etc.
I want that if user selects a particular dimension and measure from both slicers, table visual should populate with that dimension and measure. User can select multiple dimensions and measures from slicers. If there is no selections from both slicers report should be blank with message that "Please select a dimension and measure to view this report"
@Jihwan_Kim Thanks for the reply. Problem is that Card visual layered at top not allowing click on table cell for filtering. Is there way to select cell value from table visual?
Hi,
One of ways to achieve this is using Field Parameter feature.
Let report readers use field parameters to change visuals (preview) - Power BI | Microsoft Learn
Please check the above link and the below sample pbix file.
I tried to create a sample pbix file like below, and I hope the below can provide some ideas on how to create a solution for your datamodel.
User | Count |
---|---|
15 | |
13 | |
8 | |
6 | |
6 |
User | Count |
---|---|
27 | |
19 | |
12 | |
9 | |
5 |