This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreDid you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now
Dynamic Month Filtering Original.pbix
My requirement is in my Power BI, I have a Financial Year (July-Jun) slicer and a Month slicer.
1. If I select the Finacial Year year before current financial year- it should display all months, but for current Financial year it should diaply only until completed month
2. The visuals should display the value until selected month - YTD and MTD for selected month
I have created a DummyDate disconnected table, and its working on the line chart visual but the filter(months) are not coming as it has to - meaning if FY2025/26, it should display only July-Dec and FYs before that July-June
Solved! Go to Solution.
Hi @Subash2345 ,
Please refer below updated DAX code.
2. As you mentioned , for current Financial year it should display only until completed month. THis month is december, you mentioned to show till completed month (till november month). Please refer below snap.
I hope this information helps. Please do let us know if you have any further queries.
Regards,
Dinesh
Hi @Subash2345 ,
try below measure:
Current year = TOTALYTD(SUM('Fact Table'[MTD Values]),DateTable[Date],"06/30")Last year = TOTALYTD(SUM('Fact Table'[MTD Values]),PARALLELPERIOD(DateTable[Date],-1,YEAR),"06/30")
06/30 signifies that your fiscal year start monthis july and end date is june.
please give kudos or mark it as solution once confirmed.
Thanks and Regards,
Praful
Dynamic Month Filtering - Also still I am unable to acheive the month till current/previous month in the Dummy Date slicer.
I cant use that formula on the MTD/YTD values as they are calculated and coming out from Tabular model. I am sorry I did not mention this in my initial message.
Hi @Subash2345 ,
Please refer below updated DAX code.
2. As you mentioned , for current Financial year it should display only until completed month. THis month is december, you mentioned to show till completed month (till november month). Please refer below snap.
I hope this information helps. Please do let us know if you have any further queries.
Regards,
Dinesh
Hi @Subash2345 ,
We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet. And, if you have any further query do let us know.
Regards,
Dinesh
Hi @Subash2345 ,
Thank you for reaching out to the Microsoft Community Forum.
Hi @Praful_Potphode and @lbendlin , Thank you for your prompt responses.
Hi @Subash2345 , could you please try the proposed solution shared by @Praful_Potphode ? Let us know if you’re still facing the same issue we’ll be happy to assist you further.
Regards,
Dinesh
Add a calculated column to your calendar table . Name it "IsBeforeCurrentMonth" and set it to
[date] < DATE(YEAR(TODAY(),MONTH(TODAY(),1)
Then use that column as a filter on all pages.
Dynamic Month Filtering Tried.pbix I have tried that solution but it addresses my Month filter appearnce but not filtering the metrics/visuals as intended. Financial Year is so disconnected and its not working
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 34 | |
| 31 | |
| 30 | |
| 21 | |
| 16 |
| User | Count |
|---|---|
| 60 | |
| 48 | |
| 29 | |
| 23 | |
| 23 |