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

Next up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now

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
April Power BI Update Carousel

Power BI Monthly Update - April 2026

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

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.

FabCon and SQLCon Highlights Carousel

FabCon &SQLCon Highlights

Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.