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

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

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
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.