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

Get certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register 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
November Carousel

Fabric Community Update - November 2024

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

Live Sessions with Fabric DB

Be one of the first to start using Fabric Databases

Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.

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! Early Bird pricing ends December 9th.

Nov PBI Update Carousel

Power BI Monthly Update - November 2024

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