The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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")
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
User | Count |
---|---|
14 | |
12 | |
7 | |
6 | |
5 |
User | Count |
---|---|
28 | |
19 | |
13 | |
7 | |
5 |