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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
hide
Frequent Visitor

When applying a filter to the table, how can I apply a filter to "min(date)" as well?

When applying a filter to the table, how can I apply a filter to "min(date)" as well?

 

min(date) = CALCULATE(MIN('Data'[date]),ALL('Data'))

sample3.png

Click on another list to filter this table. How can I make it so that min(date) is also filtered?

I want to make it the minimum date after filtering.

Below is an image of what I want to do.

sample4.png

 

This kind of processing is easy with Tableau, but PowerBI is difficult.

1 ACCEPTED SOLUTION

You created a calculated column in place of a measure. 

mahenkj2_0-1686468318206.png

 

View solution in original post

10 REPLIES 10
mahenkj2
Solution Sage
Solution Sage

Hi @hide 

 

Use ALLSELECTED in place of ALL. 

 

min(date) = CALCULATE(MIN('Data'[date]),ALLSELECTED('Data'))

 

When use ALL, it removes/ignores all the filter and whole table is visible. Fine details of ALLSELECTED here:

 

https://learn.microsoft.com/en-us/dax/allselected-function-dax

 

'Removes context filters from columns and rows in the current query, while retaining all other context filters or explicit filters.'

mahenkj2_0-1686461507360.png

 

Hope it helps.

hide
Frequent Visitor

Thank you for being prompt. I tried it, but it didn't change.

pict1.png

Hi @hide 

 

You may have some other items on the report. Instead of whole table in ALLSELECTED, use only date column:

 

min(date) = CALCULATE(MIN('Data'[date]),ALLSELECTED('Data'[date]))
hide
Frequent Visitor

Thanks.

I get the error "Circular dependency detected".

pict2.png

Hi @hide 

 

Pls provide sample data with full context which can replicate the problem.

hide
Frequent Visitor

Sorry for the elementary question, but how do I upload the data?

hide
Frequent Visitor

sample_min(date)_filter.pbix

thank you. Can you check here?

You created a calculated column in place of a measure. 

mahenkj2_0-1686468318206.png

 

hide
Frequent Visitor

Thank you very much!!

It's made with a major.

The concept around here is difficult, but I will study. It was helpful!

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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