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.
Hello,
I'm looking for a way to creata a Matrix that would like a bit like this.
In the Columns would be different Month/Dates/Hours.
Each line is a Measure, but how to create Rows ?
I could cretae the Measure for every time-slice but how can I pivot the (up to 50) measures into rows ?
Solved! Go to Solution.
For interested people, this is how I solved it ...
I created a Table holding my 'Report Classes'.
I had my basic values stored in a fact table by report class, and uploaded into PowerBI.
Finally just could cretae a Matrix with 2 Measures on that fact. Works Fine, had to use the Sort By Column to Avoid Alpha sorting (was still on during the screenshot) ....Table in SQL
Tables in PBI
Matrix
Hi @Anonymous,
Generally, in a Matrix visualization, fileds dragged into columns represent column group and fields dragged into rows represent row group. It is not allowed to add a measure into row cell, because measure returns result which will be regarded as detailed values displayed in matrix.
So, I'm afraid your requirement cannot be achieved directly. Would you please share some sample data, including data view and sample measures so that I can test whether there existing any workaround for you?
Best regards,
Yuliana Gu
For interested people, this is how I solved it ...
I created a Table holding my 'Report Classes'.
I had my basic values stored in a fact table by report class, and uploaded into PowerBI.
Finally just could cretae a Matrix with 2 Measures on that fact. Works Fine, had to use the Sort By Column to Avoid Alpha sorting (was still on during the screenshot) ....Table in SQL
Tables in PBI
Matrix