Forum Discussion
Dynamic Column Headers in Table Visual Based on JSON Data
- 6 months ago
In the image below, you'll need to add an index column to uniquely identify each row values in matrix are always aggregated.
Please see the attached pbix.
Thigns to bear in mind when using matrix:
Sorting by row category must respect the hierarchy. Lower level headers are sorted within the context of hte upper level headers.
Column headers resulting from using a dimension cannot be sorted individualy like you can with a table.
And, unpivoting is done in the query editor so pbix alone is not enough as the data needs to be transformed.
danextian Oops! I missed that I had done transformation. To help me on this, I have shared the sample data here
Summary - is the table which would be driving table
Details- is the table which has JSON values in a column
Please let me knoe if you need any clarification.
- danextian6 months agoSuper User
The link is the same as initially posted
- Anonymous6 months agoNot applicable
This will definitely work.
You dont need all these tables danextian
Just refer to the two csv files I shared with you, and then you can just start in a fresh new pbix file.
- danextian6 months agoSuper User
In the image below, you'll need to add an index column to uniquely identify each row values in matrix are always aggregated.
Please see the attached pbix.