Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
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 |
|---|---|
| 55 | |
| 37 | |
| 26 | |
| 17 | |
| 17 |
| User | Count |
|---|---|
| 69 | |
| 58 | |
| 39 | |
| 21 | |
| 21 |