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

Get Fabric certified for FREE! Don't miss your chance! Learn more

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
Sticker Challenge 2026 Carousel

Join our Community Sticker Challenge 2026

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

January Power BI Update Carousel

Power BI Monthly Update - January 2026

Check out the January 2026 Power BI update to learn about new features.

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.