Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
Does anyone know why this is not working? the math is working but it is not filtering the population by the 5 different dates.
HI @22LACMT,
You can try to use the following measure formula if helps:
PDWAVG =
VAR summary =
SUMMARIZE (
ALLSELECTED ( 'percent' ),
'percent'[ver],
"rate", 'percent'[Tier1Exposure] * 'percent'[PDGrade]
)
RETURN
CALCULATE (
SUMX ( summary, [rate] ) / SUM ( 'percent'[Tier1Exposure] ),
ALLSELECTED ( 'percent' ),
VALUES ( 'percent'[ver] )
)
If these also don't help, can you share a pbix or some dummy data that keep the raw data structure with expected results? They should help us clarify your scenario and test to coding formula.
How to Get Your Question Answered Quickly
Regards,
Xiaoxin Sheng
Thank you for your help, I tried it as a measure and I got the below error message.
Hi @22LACMT,
I think these fields may not include in the 'percent' table so Dax expression cannot invoke correspond fields values.
Can you please share a pbix or some dummy data that keep the raw data structure and dax formulas with expected results? It should help us clarify your scenario and test to coding formula.
How to Get Your Question Answered Quickly
Regards,
Xiaoxin Sheng
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |