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
satubuku83
Frequent Visitor

% change depending on date drill down

Hi all,

 

Do you have any easy way to show % of change of certain value based on drill down of date (by year, quarter, month).

I have seen solution online of only specific date category (for example only month or yearly change, using DAX PREVIOUSMONTH, etc)

 

But my question is if there is any solution that caters for any date category drilldown?

 

Regards

 

1 ACCEPTED SOLUTION
Floriankx
Solution Sage
Solution Sage

Hello,

 

yes it is possible.

If you have a contigous DateTable containing, Date, Year, Quarter, Month you can do so.

 

You could add a timeline and check with nested HASONEVALUE wether a full year, a quarter or only one month is selected.

Depending on selection you could use DATEADD,-1,[year/quarter/month] to get your PreviousPeriod Value to create your %ofChange.

 

 

Check here

View solution in original post

2 REPLIES 2
Floriankx
Solution Sage
Solution Sage

Hello,

 

yes it is possible.

If you have a contigous DateTable containing, Date, Year, Quarter, Month you can do so.

 

You could add a timeline and check with nested HASONEVALUE wether a full year, a quarter or only one month is selected.

Depending on selection you could use DATEADD,-1,[year/quarter/month] to get your PreviousPeriod Value to create your %ofChange.

 

 

Check here

Thanks for the solution,@Floriankx. Really appreciate!

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.