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
PowerVisualBI
Helper I
Helper I

How to show the last value in multi select slicer

Hello all
I have a problem, hope you guys can help
So I filtered by company and month to get an actual revenue.
Example:
If I want to filter [company 1] in February, the value will appear on the card. Furthermore, if I filter [company 1] with muti select in February and March, the card will only display the last value selected, which is March. So for the next. So whatever is selected, I just want to display the last actual value that was selected. 

I have a problem because every time I do a multi select, then the value will be summed. But I only want to display the last selected value, not sum it up when i multi select the month

Last Value.jpg

Please check the following file:

https://drive.google.com/file/d/1Jyq9DKiLb3JArLudGLzv1iyMgDeGRkU8/view?usp=sharing

 

1 ACCEPTED SOLUTION
Ashish_Mathur
Super User
Super User

Hi,

You may download my PBI file from here.  I have selected Feb, Mar, Apr in the Month slicer

Hope this helps.

Untitled.png


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

View solution in original post

7 REPLIES 7
Steve042
Frequent Visitor

How to return the Sum for the last item selected in the slicer? My data does not use Calendar or include Months or Date Values.

Ashish_Mathur
Super User
Super User

Hi,

You may download my PBI file from here.  I have selected Feb, Mar, Apr in the Month slicer

Hope this helps.

Untitled.png


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

Thank you for helping @Ashish_Mathur 

You are welcome.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/
amitchandak
Super User
Super User

@PowerVisualBI , make sure you also have month no(numeric) in your table.

 

then create a measure like

= var _max = maxx(allselected('Date') , 'Date'[Month])

return

calculate(sum(Table[Value]), filter('Date', 'Date'[Month] =  _max))

 

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Hello the greate user @amitchandak 
I'm using the measure, not calculated column. So, calculate(sum(Table[value]), can't be used because it can only read calculated column in that condition, not with measure.
Maybe you can open my file first
Thank you

Hello mr @amitchandak 
Looks like you failed to understand what I mean sir
This even creates an error. Maybe you can open my file first
Thank you

Helpful resources

Announcements
July PBI25 Carousel

Power BI Monthly Update - July 2025

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

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 community update carousel

Fabric Community Update - June 2025

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