Forum Discussion
NavaneethaRaju
Helper IV
4 years agoIncorrectly data added in Blank Name
Hi,
I have requirement for line chart default they dont want to saw any data. So we select a slicer column name as Blank.
But in DB side they entered data in Blank name, so few records that displaying value even if its in blank.
Please advice any measure or calculate column for this blank value displaying.
Please find the below image.
NavaneethaRaju , Not very clear.
You can create a new column which gives value blank and then you can use that as a filter
if(isblank([Column]), "Not as Source", blank())
2 Replies
- amitchandak
Super User
NavaneethaRaju , Not very clear.
You can create a new column which gives value blank and then you can use that as a filter
if(isblank([Column]), "Not as Source", blank())
- NavaneethaRaju
Helper IV
Thank you for your reply