cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
Anonymous
Not applicable

Custom YTD and Month slicer measure

Hi all,

 

I am stuck in a situation. I want to show a YTD KPI number count with a custom FY which starts from June '21 to May '22. But this YTD should change as the user selects the respective month from the slicer.

 

For example: If the user selects June, it should show count till June '21, if the user selects September, then it should show June '21 to September '21 count etc.

 

For the custom YTD I've already created a measure which goes like - 

  YTD_Count = Calculate(Count('Table1'[UserID]), DatesYTD('Date'[Date], "05/31"))

 

Any suggestions on what I can do to solve this issue?

 

Thanks in advance!

1 ACCEPTED SOLUTION
AllisonKennedy
Super User
Super User

@Anonymous  This should work fine if you just add Date[Date] to the slicer. Can you provide screenshots or more info on exactly what's not working or where you're stuck?


Please @mention me in your reply if you want a response.

Copying DAX from this post? Click here for a hack to quickly replace it with your own table names

Has this post solved your problem? Please Accept as Solution so that others can find it quickly and to let the community know your problem has been solved.
If you found this post helpful, please give Kudos C

I work as a Microsoft trainer and consultant, specialising in Power BI and Power Query.
www.excelwithallison.com

View solution in original post

1 REPLY 1
AllisonKennedy
Super User
Super User

@Anonymous  This should work fine if you just add Date[Date] to the slicer. Can you provide screenshots or more info on exactly what's not working or where you're stuck?


Please @mention me in your reply if you want a response.

Copying DAX from this post? Click here for a hack to quickly replace it with your own table names

Has this post solved your problem? Please Accept as Solution so that others can find it quickly and to let the community know your problem has been solved.
If you found this post helpful, please give Kudos C

I work as a Microsoft trainer and consultant, specialising in Power BI and Power Query.
www.excelwithallison.com

Helpful resources

Announcements
PBI Sept Update Carousel

Power BI September 2023 Update

Take a look at the September 2023 Power BI update to learn more.

Learn Live

Learn Live: Event Series

Join Microsoft Reactor and learn from developers.

Dashboard in a day with date

Exclusive opportunity for Women!

Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!

MPPC 2023 PBI Carousel

Power Platform Conference-Power BI and Fabric Sessions

Join us Oct 1 - 6 in Las Vegas for the Microsoft Power Platform Conference.

Top Solution Authors