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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
ale_BI
Helper I
Helper I

Why does my measure not work when I use ALL(Calendar), it still filters values when I choose a month

The measure is the following, and it needs to calculate the total sum for the year, regardless of what month is chosen. But it keeps filtering anyways

 

YTD Revenues TOTAL = 

CALCULATE(
    SUM('FACT MCR'[amount_mgmt]), 
    ALL('Anag. Calendar'),
    'Anag. Account (mgmt)'[class_i]="Rev",
    'Anag. Company'[cod_company]<>950,
    'Anag. Calendar'[month_name] = "December")

 

2 REPLIES 2
FreemanZ
Super User
Super User

hi @ale_BI 

pls check:

1) is the sliced column from the Calendar table?

2) are the tables connected with Calendar table?

Hey, thanks for the response. No it's not, and the tables are connected together, yes

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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