Forum Discussion
replace blanks with 0
Hi All,
I'm trying to replace 0 value if the column value is blank
here is my formula
Hello sinanalmac ,
Can you please try creating table of Department which will contain DistinctValue of Department.
Give relationship of Department table to HRBC table on departmentname.
Pull Department from dimension table in visual and same measure.
IF this solves the requirement, please accept it as a solution. Kudos are also appreciated!
Thanks!
6 Replies
- PaulDBrownCommunity Champion
sinanalmac just add a + 0 to your measure
- sinanalmacResolver I
it didn't work. I have tried it.
- Shishir22Solution Sage
Hello sinanalmac ,
Please try using ISBLANK function.
NewMeasure = IF(ISBLANK([YourMeasure]),0,[YourMeasure])IF this solves the requirement, please accept it as a solution. Kudos are also appreciated!
Thanks
- sinanalmacResolver I
- Shishir22Solution Sage
Hello sinanalmac ,
Can you please try creating table of Department which will contain DistinctValue of Department.
Give relationship of Department table to HRBC table on departmentname.
Pull Department from dimension table in visual and same measure.
IF this solves the requirement, please accept it as a solution. Kudos are also appreciated!
Thanks!