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

Join the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. 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
April Power BI Update Carousel

Power BI Monthly Update - April 2026

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

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

FabCon and SQLCon Highlights Carousel

FabCon &SQLCon Highlights

Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.