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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
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.