Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Good afternoon! The idea is to put zero and not blank spaces. Can someone help me?
I did the following (see image) but the filter does not recognize me and sets the entire context to zero. Thanks for the support provided.
Solved! Go to Solution.
Please try
=
IF (
NOT ISEMPTY ( fact_saidi_saifi ),
COALESCE (
CALCULATE (
DIVIDE ( [Total_afec], [min_cliente] ),
fact_saidi_saifi[gendist] = "T"
),
0
)
)
Please try
=
IF (
NOT ISEMPTY ( fact_saidi_saifi ),
COALESCE (
CALCULATE (
DIVIDE ( [Total_afec], [min_cliente] ),
fact_saidi_saifi[gendist] = "T"
),
0
)
)
@tamerj1 It worked!, Thank you very much for the support. Greetings from Iquitos, Loreto, Perú.
hi @jhodasoft
in the code of your first screenshot, try to add "+0" in the end.
like:
CALCULATE(...)+0
@FreemanZ Thanks for answering, I did it and it keeps putting zero to everything, the filter doesn't recognize me
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 9 | |
| 5 | |
| 4 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 23 | |
| 12 | |
| 11 | |
| 9 | |
| 8 |