The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
I need to create a table object by capturing the results of another table object.
Screenshot of the report:
The report has two slicers where the user selects both Occurrence and Class
The table object has two fixed filters (not accessible to the user): Indicator and KPI.
The table object displays (distinct) count for each id.
Results change dynamically based on the filters available to the user
What I need is to create a table object with the following result:
Count_of_Occurrence | Count_of_Id |
4 | 2 |
2 | 1 |
1 | 1 |
Is it possible to do this in Power BI?
Solved! Go to Solution.
@benitoski , I think this is a case of dynamic segmentation
Dynamic segmentation -Measure to Dimension conversion: https://youtu.be/gzY40NWJpWQ
@benitoski , I think this is a case of dynamic segmentation
Dynamic segmentation -Measure to Dimension conversion: https://youtu.be/gzY40NWJpWQ
User | Count |
---|---|
80 | |
78 | |
37 | |
34 | |
31 |
User | Count |
---|---|
93 | |
81 | |
60 | |
49 | |
49 |