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! Request now

Reply
Anonymous
Not applicable

Visual to show when date is between a list of other dates

Hi!

I have a list projects with respective milestones and I want to check between which milestones the projects were cancelled.

Example of data:

IDMilestone AMilestone BMilestone CCancelled
11/1/20192/1/20193/1/20191/15/2019
22/1/20193/1/20194/1/20193/15/2019
33/1/20194/1/20195/1/20194/15/2019
44/1/20195/1/20196/1/21095/15/2019

 

I want to create a visual (histogram-esque) to show between which milestones the cancellation dates are falling.

 

example12.JPG



Recommendations and help appreciated!

3 REPLIES 3
Anonymous
Not applicable

Hi @Anonymous ,

I'd like to suggest you use unpivot column feature to convert these milestone fields to attribute and value, then you simple create visual to analyze all milestone type and corresponding date ranges.

Unpivot columns (Power Query)

Regards,

Xiaoxin Sheng

Anonymous
Not applicable

@Anonymousthanks for the feedback but this isn't what I am looking for. I do not care about the dates themselves. It is more about how the milestones relate relatively to one another.

Anonymous
Not applicable

Hi @Anonymous ,

Unpivot column function will convert all milestone fields to attribute and value. You can write a measure to calculate between milestone based on current id group and canceled date.

Regards,

Xiaoxin Sheng

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