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

The Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.

Reply
AshokkumarM
Frequent Visitor

Last Month and Last Year Same Month for both Fiscal and Calendar Month

Hi All, 

        Could you please help in below report , where a Last month and Last Year Same Month measure has to work for both Normal and Fiscal Calendar.

        Is there any way to add month format "YYYY-MM" in date dimension hierarchy??

Thanks in Advance,

Ashok kumar M

image.png

1 ACCEPTED SOLUTION
MFelix
Super User
Super User

Hi @AshokkumarM,

 

The best way is to create your own hierachy dimension:

 

Just right click on the columns you want and choose New Hierarchy then just add all your columns in that hierarchy and add it to your visuals.

 

hier.gif

 

Regards,

MFelix

 


Regards

Miguel Félix


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

Proud to be a Super User!

Check out my blog: Power BI em Português



View solution in original post

5 REPLIES 5
Ashish_Mathur
Super User
Super User

Hi,

 

  1. Generate a date column from the Fiscal Month column using this formula (format this column as Date)

=1*(DATE(LEFT(Data[Fiscal Month],4),RIGHT(Data[Fiscal Month],2),1))

 

  1. Create a calendar table which has dates from the first date in the new column to the last date in the new column
  2. Create a relatioship from the new column of the Data Table to the Date column of the Calendar Table
  3. In the calendar table, write simple YEAR() and MONTH() functions to extract Month and Year
  4. Drag Year and Month from the calendar table to the visual
  5. Enter these formulas

=CALCULATE(SUM(Data[Sales]),PREVIOUSMONTH(Calendar[Date]))

=CALCULATE(SUM(Data[Sales]),SAMEPERIODLASTYEAR(Calendar[Date]))

 

Hope this helps.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

My data is at date level only. I have used the PREVIOUSMONTH ,But when I use month code(YYYY-MM) derived from date the measure is not working

Hi,

 

Share the link from where i can download your file.  Also, show the expected result there.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

Thanks! I got three Solution
MFelix
Super User
Super User

Hi @AshokkumarM,

 

The best way is to create your own hierachy dimension:

 

Just right click on the columns you want and choose New Hierarchy then just add all your columns in that hierarchy and add it to your visuals.

 

hier.gif

 

Regards,

MFelix

 


Regards

Miguel Félix


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

Proud to be a Super User!

Check out my blog: Power BI em Português



Helpful resources

Announcements
Feb2025 Sticker Challenge

Join our Community Sticker Challenge 2025

If you love stickers, then you will definitely want to check out our Community Sticker Challenge!

Jan NL Carousel

Fabric Community Update - January 2025

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