This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hi ,
I am using below measures to get the result :
Hi @Priya2007
Try by using the filter pane like this:
Hi @Priya2007 ,
I editted my previous answer because it was lacking a "-" in front of the 0.01 in the "is less than" part of the filter. Sorry for the typo.
The way to get rid of the zeros (floating point issue) using the filter pane would be like this:
Regards,
Write is not 0.00
OR
use basic filtering and select all except 0.00
Hi,
It is a measure, I cant find basic filtering in that .
write 0.00 in place 0 at advanced filter
Hi , I have tried that , but thats not working .
@Priya2007 add a IF out of your code,like
WIP=VAR _Total= SUMX(SUMMARIZE(Transactions, Transactions[PROJECT_NO], Transactions[FISCAL_PERIOD]),[WIP Amount]) RETURN IF(_Total<>0,_Total)
if this still not work, it might be some very small value, like 0.000000001, which come from the floating-point calculation
Hi Daniel,
I have tried but it is not working
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 9 | |
| 8 | |
| 8 | |
| 6 | |
| 6 |