Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Preacher9296
Regular Visitor

View field in both row and column under a year header

I am trying to create a matrix visualizations in which I want to show field value in both row (Actual Value) and its percentage under a year column header. 

 

1 ACCEPTED SOLUTION
v-xiaotang
Community Support
Community Support

Hi @Preacher9296 

You need fixed column headings, 

vxiaotang_0-1670220013571.pngvxiaotang_1-1670220024080.png

then create the measure like below and put it into Values field

Measure = SWITCH(TRUE(),
MAX('Table'[Column2])="Actual", 1,//replace 1 with your % Rev
MAX('Table'[Column2])="% Rev",2)  //replace 1 with your Actual

vxiaotang_2-1670220620735.png

 

Best Regards,

Community Support Team _Tang

If this post helps, please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
v-xiaotang
Community Support
Community Support

Hi @Preacher9296 

You need fixed column headings, 

vxiaotang_0-1670220013571.pngvxiaotang_1-1670220024080.png

then create the measure like below and put it into Values field

Measure = SWITCH(TRUE(),
MAX('Table'[Column2])="Actual", 1,//replace 1 with your % Rev
MAX('Table'[Column2])="% Rev",2)  //replace 1 with your Actual

vxiaotang_2-1670220620735.png

 

Best Regards,

Community Support Team _Tang

If this post helps, please consider Accept it as the solution to help the other members find it more quickly.

Preacher9296
Regular Visitor

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.