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

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.

Reply
GPetroff
Regular Visitor

Matrix visual help

Hi,

 

I am building the matrix visual

input

GroupStatus
1B
2A
3

C

 

matrix that i got to is (each 1 is a count)

GroupABC
1 1 
21  
3  1

 

i need to multiply each count by 80

GroupABC
1 1*80 
21*80  
3  1*80

 

since each column is a transposed row, i dont know how to refer to it. maybe there is an easy way. i.e. calculated A

 

thank you

1 ACCEPTED SOLUTION
JorgePinho
Solution Sage
Solution Sage

Without context I would say that you just need to create a measure like Measure = COUNTROWS(Status)*80 and put in the "Values" of the Matrix.

View solution in original post

4 REPLIES 4
GPetroff
Regular Visitor

thank you . works great.

one more question if you dont mind.

step 2 that i need to do is to find the difference between  columns B and C (result of transposing). 

 

 

to provide more context i will provide a better example

GroupABCstill in progress
1331=3-1
21   
3331 
     
GroupABCStill in progress
124024080=240-80
28000 
324024080 
JorgePinho
Solution Sage
Solution Sage

Without context I would say that you just need to create a measure like Measure = COUNTROWS(Status)*80 and put in the "Values" of the Matrix.

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.