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

A new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.

Reply
Aelmelih
New Member

undefined

I need to create a clustered column chart with count of IDs vs time. The issue is I need the ID count aginst 2 different dates sets.

i.e.

count of ID vs Planned date

count of IDs vs actual date

 

How can I do that 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Aelmelih ,

 

Create a calendar table and create relationships with [Planned date] and [actual date] respectively.

vcgaomsft_1-1674182078000.png

then please new 2 measures like:

count of ID vs Planned date = COUNT('Table'[ID])
count of IDs vs Actual date = CALCULATE(COUNT('Table'[ID]),USERELATIONSHIP('Calendar'[Date],'Table'[Actual date]))

result:

vcgaomsft_3-1674182235522.png

vcgaomsft_2-1674182207376.png

Best Regards,
Gao

Community Support Team

 

If there is any post helps, then please consider Accept it as the solution  to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!

How to get your questions answered quickly --  How to provide sample data in the Power BI Forum

View solution in original post

1 REPLY 1
Anonymous
Not applicable

Hi @Aelmelih ,

 

Create a calendar table and create relationships with [Planned date] and [actual date] respectively.

vcgaomsft_1-1674182078000.png

then please new 2 measures like:

count of ID vs Planned date = COUNT('Table'[ID])
count of IDs vs Actual date = CALCULATE(COUNT('Table'[ID]),USERELATIONSHIP('Calendar'[Date],'Table'[Actual date]))

result:

vcgaomsft_3-1674182235522.png

vcgaomsft_2-1674182207376.png

Best Regards,
Gao

Community Support Team

 

If there is any post helps, then please consider Accept it as the solution  to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!

How to get your questions answered quickly --  How to provide sample data in the Power BI Forum

Helpful resources

Announcements
May Power BI Update Carousel

Power BI Monthly Update - May 2026

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

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.