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 August 31st. Request your voucher.
I have a dataset as described in top table. I need to create a matrix visual as with bottom table by placing columns in specific categories so that users can easily distinguish them. Closest I got was by using matrix with stepped layout but I still do not know how I can implement categories/groups on column level. Any suggestions?
Solved! Go to Solution.
Hi @Anonymous
I think you have to do 2 main things - unpivot columns in Power Query and add a category column where you specify if it is Interim or Master product.
Then when your data is in proper format you can simply put it in a matrix.
Please see the test pbix file here: https://filetransfer.io/data-package/NTRyDpV0#link
Hi @Anonymous
I think you have to do 2 main things - unpivot columns in Power Query and add a category column where you specify if it is Interim or Master product.
Then when your data is in proper format you can simply put it in a matrix.
Please see the test pbix file here: https://filetransfer.io/data-package/NTRyDpV0#link