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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Harish_Kumar
New Member

Multiple metrics by single selection.

Is there any way to show multiple metrics by single filter. Eg. I have to show spends, previous spends, spends difference under one filter of spends category. If i select spend then previous spends and spends difference also shows in the table.

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Harish_Kumar ,

Based on your problems, here are my answers.

I create a table at first.

vyilongmsft_0-1710813086640.png

Then I create three measures.

Spends = SUM('Table'[Spend])
Previous Spends =
CALCULATE ( SUM ( 'Table'[Spend] ), PREVIOUSMONTH ( 'Table'[Date] ) )
Spends Difference = 'Table'[Spends] - 'Table'[Previous Spends]

vyilongmsft_1-1710813436785.png

Next  select the slicer visual and let Spend in.

vyilongmsft_2-1710813518936.png

 

 

 

Best Regards

Yilong Zhou

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

1 REPLY 1
Anonymous
Not applicable

Hi @Harish_Kumar ,

Based on your problems, here are my answers.

I create a table at first.

vyilongmsft_0-1710813086640.png

Then I create three measures.

Spends = SUM('Table'[Spend])
Previous Spends =
CALCULATE ( SUM ( 'Table'[Spend] ), PREVIOUSMONTH ( 'Table'[Date] ) )
Spends Difference = 'Table'[Spends] - 'Table'[Previous Spends]

vyilongmsft_1-1710813436785.png

Next  select the slicer visual and let Spend in.

vyilongmsft_2-1710813518936.png

 

 

 

Best Regards

Yilong Zhou

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

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.

Top Solution Authors