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
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
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.