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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
JCBI1023
Helper III
Helper III

Compare PY Month Total to CY Month Total

Hello eveyone, thank you in advance.

 

I want to create a clustered bar visual that compares Previous Year (PY) GP/GP% to Current Year (Year) GP/GP% by Month.

 

For Example, I want a clusted bar chart that shows PY Nov to CY Nov, etc.

 

Here's a screenshot of my data:

PY CY.png

 

 

I have a Date table, with a Relationship setup to the Date Column of my data.

Dates = CALENDARAUTO()

Month = FORMAT('Dates'[Date],"MMMM YYYY")

Month ID = 0 -INT(FORMAT('Dates'[Date],"YYYYMM"))

Year = YEAR('Dates'[Date])

 

Date table.png

 

I am a novice level PowerBI guy. I have done some simple DAX/Measures, but nothing too serious. Please let me know what other information can help. 

4 REPLIES 4
v-yulgu-msft
Employee
Employee

Hi @JCBI1023,

 

Insert a clustered column chart, place date field into Axis and legend section in hierarchy format.

1.PNG

 

In my test, the calendar table was not used.

 

Regards,

Yuliana Gu

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

@v-yulgu-msft This looks great and I was able to accomplish this. Now, how do I get the clustered bars going from latest to newest? In other words, I want November 2016/2017 first, then December 2016/2017, then January 2017/2018?

 

ddd.png

Hi @v-yulgu-msft do you have a solution on the ordering from oldest to newest?

Hi @v-yulgu-msft I was just wondering if you know a siolution to sort from oldest to newest. Thanks. 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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

Top Solution Authors