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

Show charts with 2 dates in one table

I have 2 dates in one dataset: 'StartDate' and 'EndDate'

 

All records will have StartDate, but not all records will have EndDate. 

 

In this case, how can I show them with 'Clustered column chart', unable to link those 2 dates into 1 date. 

 

I will need a 'date' for Axis, and the value will be 1) count of StartDate  2) count of EndDate.

CRM.PNG

 

 

2 REPLIES 2
v-jiascu-msft
Microsoft Employee
Microsoft Employee

@Anonymous

 

Hi,

 

Could you please tell me if your problem is solved? You can mark the right answer to help others if it's convenient for you.

 

Best Regards!
Dale

Community Support Team _ Dale
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
Not applicable

You will use the USERELATIONSHIP function to "activate" the inactive relationship

 

SomeMeasure = COUNTROWS(MyTable)

Total Start Count := CALCULATE( [SomeMeasure] )

Total End Count := CALCULATE( [SomeMeasure], USERELATIONSHIP(MyTable[EndDate], Calendar[Date]))

 

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

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!

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