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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
hdemedici100
Frequent Visitor

How to dynamically filter visuals by month minus one

I've been having a look at this forum, and there are lots of similar questions on this topic, but I couldn't find any which are specific to my requirements.

 

I have the below visuals on my report, these are currently filtered by the 'Period' slicer on the top left. For the first row, this is exactly how I want it to behave. But for the second row, I want to be able to see the previous month's data dynamically. I.e currently the top row is showing February, but I want the second row to automatically show January.

20240415 200116.png

Any suggestions would be welcome - thanks in advanced.

1 REPLY 1
sergej_og
Super User
Super User

If I catched it right you will need a measure which calculates the measure used in your second row -1 Month.
Stg like this:

CALCULATE(
                [Sales Amount],
                DATEADD('Date'[Date], -1, MONTH)
)
Just an idea. Try out.

Regards

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors