We're giving away 30 tickets for FREE! Share your story, your vision, or your hustle and tell us why YOU deserve a ticket.
Apply nowWin a FREE 3 Day Ticket to FabCon Vienna. Apply now
@Anonymous you can do this in two ways, 1) In query editor 2) Using new calculated measure
1) In Query editor:
1) in your power bi desktop click on edit queries
2)select column right click on it
3)choose replace value
4)enter "null" in find value in "replace value enter "0"
5)close and apply
you should see "0" wherever you have nulls in that column
2)Using new calculated measure
Create new measure using following code
Sales_WO_Blanl = IF(ISBLANK(Sheet2[SalePrice]),0,Sheet2[SalePrice])
use this as a card . FYI see the attched PBIX
User | Count |
---|---|
64 | |
59 | |
46 | |
35 | |
33 |
User | Count |
---|---|
86 | |
86 | |
70 | |
49 | |
46 |