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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount 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.