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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
Theasianmenace
Frequent Visitor

Specific group of dates as a metric

Hi Community!

 

I'd like to ask if it is possible for you to group custom dates for an evaluation metric.

Value: A range of dates in March

 

How many days it takes to do a given task.

For example:

  1. 0-5 days
  2. 6-10 days
  3. 11-15 days
  4. 16-30 days
  5. 31-60 days

I've worked on trying to group with a DAX calendar or using filtered slicers, but I would like to ask if anyone can provide a more robust solution.

 

Many thanks!

1 REPLY 1
Anonymous
Not applicable

Just to first clarify.  Is your grouping to do with the turn around time of the task itself?  I.e. is it independant of the date it completes and is all about having your value fall into a group based on the End-Date minus the Start-Date?

 

If so, create a column which is the TurnAround Time (TAT) in days.  Next create another column with a SWITCH condition that does the check of the TAT result and then records on of the string groups you had listed.

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 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.

Top Solution Authors