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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
durgaraop21
Helper II
Helper II

How to Combine multiple measures in a single matrix

I have 4 different measures that are calculating SUM of columns of different tables.  And i wanted to display them in a matrix.

Is there a any way to display these 4 different measures in a single line in a matrix?  The first screenshot below is how it looks like when i try to display them. 

 

Can you please help on this ...

Screenshot 1:

 

durgaraop21_0-1718385745426.png

 

 

I need to display 4 measures into single Valu. like below format:

 

durgaraop21_1-1718385838789.png

 

1 ACCEPTED SOLUTION
AlexisOlson
Super User
Super User

Try COALESCE to return the first non-blank value.

COALESCE ( [Val], [Val1], [Val2], [Val3] )

View solution in original post

2 REPLIES 2
AlexisOlson
Super User
Super User

Try COALESCE to return the first non-blank value.

COALESCE ( [Val], [Val1], [Val2], [Val3] )

@AlexisOlson Thank you so much...Its working...

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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