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
I want to be able to add a filter to the measure so that any date that has $0, doesn't show.
Or
would it be easier for me to filter them in the visual, If so how would I do that?
Thanks to anyone that helps
Solved! Go to Solution.
Hi @SteelChampzz
You can try
Amount2 =
VAR Amount = [Amount]
RETURN
IF ( Amount > 0, Amount )
Hi @SteelChampzz
You can try
Amount2 =
VAR Amount = [Amount]
RETURN
IF ( Amount > 0, Amount )
That worked PERFECTLY!
thank you
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 |
|---|---|
| 8 | |
| 7 | |
| 6 | |
| 5 | |
| 5 |
| User | Count |
|---|---|
| 24 | |
| 11 | |
| 9 | |
| 9 | |
| 8 |