Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
I had an original requirement that was to gather the sum of the last 3 months of revenue and multiply by 4 to return a value. I have perfectly working solution that is this:
However there has been a recent change in requirements. End users now want to implement using date slicers, so they can see the revenue at any point in time. So in my date table, I have Month and year slicers:
So now my issue is, if I select months 4, 5 or 6, my above formula will return the sum for the particular month selected since those months are the last 3 completed months, but if I select month 2 and beyond it will return blank which is expected.
How can I restructure my formula so by default it will return the last complete 3 months of revenue, but if for instance I select just a single month from the date slicer, it will give me the last 3 months of revenue from there?
So if I select month 3, it would give me the sum of months 1-3. If I select month 5, it would give me the sum of months 3-5, etc. etc.
Look up one of the topics on here on pulling through values from a slicer as a variable - once you've got your desired year and month into your formula as variables it should be fairly straightforward from there
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 53 | |
| 48 | |
| 31 | |
| 16 | |
| 14 |
| User | Count |
|---|---|
| 86 | |
| 72 | |
| 38 | |
| 28 | |
| 24 |