Forum Discussion
Anonymous
7 years agoNot applicable
Filter rows with blanks
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 ...
- 7 years ago
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 ) )
Anonymous
7 years agoNot applicable
Hi Anonymous
In the Visualizations tab- > Fields Tab-> Right click your object/ column and unselect the "Show items with no data" option.
Thanks
Raj
- Anonymous7 years agoNot applicable
AnonymousThat does not work, did you open the pbix?