Forum Discussion
Create a visual table from another visual table
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?
benitoski , I think this is a case of dynamic segmentation
Dynamic segmentation -Measure to Dimension conversion: https://youtu.be/gzY40NWJpWQ
2 Replies
- amitchandakSuper User
benitoski , I think this is a case of dynamic segmentation
Dynamic segmentation -Measure to Dimension conversion: https://youtu.be/gzY40NWJpWQ
- benitoskiRegular Visitor
amitchandak Thank you very much, this is exactly what I was looking for!