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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
annam
Frequent Visitor

Need help with Clustered Column Chart

I have this data where I need to calculate 2 calculations for previous, current and next month. Basically to track which payemnt are guaranted in current month, how much much will be guranted next month. Not sure why chart is showing equal bars

 

1 REPLY 1
Joe_Barry
Super User
Super User

Hi @annam 

Are you usinga  Date Table in your Data Model? If yes, please tyr this.

 

  • Create an Active one to many relationship from the date table to the Invoice Date
  • repeat for the Est invoice Date and Invoice accepted date, but this will automatically be in active
  • Create the first measure

 

Invoiced =
SUM(Table[Total Amount])​

 

  • Create the 2nd

 

Est. invoice =
CALCULATE([Invoiced], USERELATIONSHIP(Date[Date], Table[Est. Invoice Date]))​

 

  • Create the 3rd

 

Invoice Accepted =
CALCULATE([Invoiced], USERELATIONSHIP(Date[Date], Table[Invoiced Accepted Date])​

 

Add the date from the date table to a visual then the measures

 

Hope this helps

Joe




Did I answer your question? Mark my post as a solution!

Proud to be a Super User!





Learn about the Star Schema, it will solve many issues in Power BI!

Date tables help! Learn more



LinkedIn
Let's connect on LinkedIn


Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

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

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.