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

The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!

Reply
yanisyes
Frequent Visitor

Measure which returns dates not number ( filter a date column )

Hi all,

I have a tab which summarize the attendance of people in an event per dates

yanisyes_0-1649342098373.png

 

 

What I want is to create two measure one which return the dates where the people have attended the bal and another one which return only the dates where the people have attended the disco.

yanisyes_1-1649342142021.png

 

If it was number I would only have used the calcultate function but since it's dates I dont know how to do.

THanks in advance for your help.

 

Best regards,

 

 

1 ACCEPTED SOLUTION

Thank you so much

View solution in original post

2 REPLIES 2
amitchandak
Super User
Super User

@yanisyes ,

bal date =

maxx(filter(Table, [Name] ="bal"), Table[date])

 

 

 

disco date =

maxx(filter(Table, [Name] ="disco"), Table[date])

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

Thank you so much

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

The Power BI Data Visualization World Championships is back! It's time to submit your entry.

December 2025 Power BI Update Carousel

Power BI Monthly Update - December 2025

Check out the December 2025 Power BI Holiday Recap!

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.