Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
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
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
16 | |
13 | |
12 | |
11 | |
11 |
User | Count |
---|---|
19 | |
14 | |
14 | |
11 | |
9 |