Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
bbbbbiiiii
Helper II
Helper II

Previous month Measures not appearing in the table

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]))

 

bbbbbiiiii_0-1627703291280.png

 

1 ACCEPTED SOLUTION
Mohammad_Refaei
Solution Specialist
Solution Specialist

You have to use a separate calendar table and refer to it in your time intelligence functions.

View solution in original post

1 REPLY 1
Mohammad_Refaei
Solution Specialist
Solution Specialist

You have to use a separate calendar table and refer to it in your time intelligence functions.

Helpful resources

Announcements
June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors