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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

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
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors