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
Anonymous
Not applicable

How to show multiple measure in single measure

Hi experts,

I have 2 measure 

1- Units

2-Volume

I want to show this on slicer if I click on units then dashboard's data could change basis on units and if i click on volume then change on volume.

Please help me on this.

@Greg_Deckler @amitchandak @Tanushree_Kapse 

Thanks.

1 ACCEPTED SOLUTION
Tanushree_Kapse
Impactful Individual
Impactful Individual

Hi @Anonymous ,

 

Try this measure:

Measure= IF(CONTAINS(Table[Slicer_column]) ="Units", Units, IF(CONTAINS(Table[Slicer_column])= "Volume", Volume))

 

I hope this helps.

If I answered your question, mark it as solution. Kudos are always appreciated.

Thanks!

 

 

 

 

 

View solution in original post

4 REPLIES 4
Tanushree_Kapse
Impactful Individual
Impactful Individual

Hi @Anonymous ,

 

Try this measure:

Measure= IF(CONTAINS(Table[Slicer_column]) ="Units", Units, IF(CONTAINS(Table[Slicer_column])= "Volume", Volume))

 

I hope this helps.

If I answered your question, mark it as solution. Kudos are always appreciated.

Thanks!

 

 

 

 

 

Anonymous
Not applicable

Thank you so much tanushree. 

Actually I am too friendly with Tableau but facing issues in Power BI but now smoothly learning. 

 

Anonymous
Not applicable

I have created two measure like Unit and Volume

I want to show this on slicer so user can easily can see basis on Units or Volums after clicking one by one.

 

@Anonymous ,

Create a new table... with two rows.

Units 

Volume 

Use this column in your slicer. 

Then use this measure in your visuals in values. 

Measure= IF(CONTAINS(Table[Slicer_column]) ="Units", Units, IF(CONTAINS(Table[Slicer_column])= "Volume", Volume))

 

 

 

 

 

 

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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