Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi,
There is a requirement from business to group different measures under different custom columns in the Matrix .Please help me to achieve this.Currently all of the measures are individually dragged into value field having rows as geography and Brand.
expected matrix:
Rows:Geography & Brand
Column : Value Growth,Volume Growth,V Share,Price Growth
values: A1,A2,B1,B2,C1,D1,D2,D3,D4
Any help would be much appreciated 🙂
Thanks
Solved! Go to Solution.
Hi,
It isn't possible to have a different measure for different columns in a matrix visual, but what you can do is to modify your data so that column1 + column2 + column3 data is in one category column then create a switch measure which will select different results/calculation logics based on "column"
e.g.
Here depending on the column my measure returns 1,2 or 3. You can replace these values with measures to achieve your goal.
Note that the matrix is showing blanks if the selected column doesn't have the correct geography.
So to summarize: user powerquery or other methods to get your data into a suitable format (pivot your data) and then create a switch + true measure structure to create the calculation logic.
I hope this post helps to solve your issue and if it does consider accepting it as a solution and giving the post a thumbs up!
My LinkedIn: https://www.linkedin.com/in/n%C3%A4ttiahov-00001/
Proud to be a Super User!
Hi,
It isn't possible to have a different measure for different columns in a matrix visual, but what you can do is to modify your data so that column1 + column2 + column3 data is in one category column then create a switch measure which will select different results/calculation logics based on "column"
e.g.
Here depending on the column my measure returns 1,2 or 3. You can replace these values with measures to achieve your goal.
Note that the matrix is showing blanks if the selected column doesn't have the correct geography.
So to summarize: user powerquery or other methods to get your data into a suitable format (pivot your data) and then create a switch + true measure structure to create the calculation logic.
I hope this post helps to solve your issue and if it does consider accepting it as a solution and giving the post a thumbs up!
My LinkedIn: https://www.linkedin.com/in/n%C3%A4ttiahov-00001/
Proud to be a Super User!