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
This may be a very easy fix, but I'm strugling.
Here is the link to pbix
https://1drv.ms/u/s!AumyvtVXEve9jMBCAtpnN8EoNd3dKQ
I just don't want to see rows, where there is no value. Thanks in advance
Solved! Go to Solution.
@Anonymous
Ok.try with this
1 or 2 =
IF (
ISBLANK ( [Sum of Sales] ) && ISBLANK ( [Sum of Sales2] ),
BLANK (),
IF ( [Sum of Sales] - [Sum of Sales2] > 0, 1, 2 )
)
Hi @Anonymous
In the Visualizations tab- > Fields Tab-> Right click your object/ column and unselect the "Show items with no data" option.
Thanks
Raj
@AnonymousThat does not work, did you open the pbix?
@Anonymous
Hi, if you remove "1 or 2 measure" this rows dont be show it.
Regards
Victor
@VvelardeYes, but I need that, so I can put Traffic Light icon there. Otherwise yes, it would not show.
@Anonymous
Ok.try with this
1 or 2 =
IF (
ISBLANK ( [Sum of Sales] ) && ISBLANK ( [Sum of Sales2] ),
BLANK (),
IF ( [Sum of Sales] - [Sum of Sales2] > 0, 1, 2 )
)
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 97 | |
| 71 | |
| 50 | |
| 46 | |
| 44 |