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! Request now
Dear Team,
I want exclude Zero values in Line chart , I have two condition filter tables , if these two table satified then i sum the values .
Here some days may be values zero will come, but i dont want to show if zero value available in both measures.
Table 1 :
Measurebydays = DATATABLE("Selection";INTEGER ;{{"1"};{"2"};{"7"};{"15"};{"31"}})
Solved! Go to Solution.
Can you just add a RETURN like:
IF(__var = 0, BLANK(),__var)
?
@Anonymous ,
Just add measure below to visual level filter and set Show items when the value is greater than 0.
Measure 3 = [Measure] + [Measure 2]
@Anonymous ,
Just add measure below to visual level filter and set Show items when the value is greater than 0.
Measure 3 = [Measure] + [Measure 2]
Can you just add a RETURN like:
IF(__var = 0, BLANK(),__var)
?
Dear
Thanks for your respond , but its not worked with my scenario 😞
What if you replace your 0 in your measure with BLANK()?
Going to be difficult to troubleshoot as the things that should normally work don't seem to be, can you share the file?
Dear
Can you guid me how to upload the file
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.