Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hi all, I am trying to make the previous month measures to appear even with the year selection on. However, I cant get the slicer not to apply the filter on the previous month. However, I need to show the table to filter according to the slicer filter. Can help?
These are the formula i used.
Current =DIVIDE(COUNT(Headcount[Attrition Date]),DISTINCTCOUNT(Headcount[EmpNo.]))
Previous = CALCULATE([Current],PREVIOUSMONTH([DATE]))
Solved! Go to Solution.
You have to use a separate calendar table and refer to it in your time intelligence functions.
You have to use a separate calendar table and refer to it in your time intelligence functions.