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

The Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.

Reply
robertspot
New Member

Get minimum value for a specific Id

Hello,

 

I want to show the minimum date value for an specific Id, and this value should change on depends of the filter dates selected by the user.

 

I tried several solutions (index, row_number, summarized table, etc), but none of them seems to work. I think the main problem is the dynamic filter, so I need to recalculate the minimum value each time the user change the filter. So in the attached screenshot each filter is a particular selection made by the user and the result set that should retrieve.

 

 PowerBIExample.JPG

 

Any ideas?

 

Thank you!

1 ACCEPTED SOLUTION
Zubair_Muhammad
Community Champion
Community Champion

@robertspot

 

I think a simple MEASURE like

 

=MIN(TABLENAME[Date])   should work here

 

May be i am missing something

 

 

View solution in original post

4 REPLIES 4
v-yuezhe-msft
Microsoft Employee
Microsoft Employee

@robertspot,

Zubair_Muhammad's DAX works, but it seems that there are some issues with your desired result of first two filters. Please check the following screenshots.

No filter & filter3No filter & filter3filter1filter1filter2filter2

Regards,
Lydia

Community Support Team _ Lydia Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Hi @v-yuezhe-msft,

 

You're right @Zubair_Muhammad 's DAX works, I just was dragging and additional column and the aggregation didn't seems correct. But I've run some tests and works fine.

 

Thank you both

Zubair_Muhammad
Community Champion
Community Champion

@robertspot

 

I think a simple MEASURE like

 

=MIN(TABLENAME[Date])   should work here

 

May be i am missing something

 

 

Hi @Zubair_Muhammad,

 

Thanks for your reply.

 

I’m afraid it won’t work because I need the min date, but for each ID. That means, if no filter is applied the results would be:

 

    • ID: 1; Date: 01/01/2018
    • ID: 2; Date: 02/01/2018
    • ID: 3; Date: 04/01/2018

  

Regards

Helpful resources

Announcements
Feb2025 Sticker Challenge

Join our Community Sticker Challenge 2025

If you love stickers, then you will definitely want to check out our Community Sticker Challenge!

Jan NL Carousel

Fabric Community Update - January 2025

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