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
Hi All,
I'm trying to replace 0 value if the column value is blank
here is my formula
Solved! Go to Solution.
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!
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
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!
@sinanalmac just add a + 0 to your measure
Proud to be a Super User!
Paul on Linkedin.
it didn't work. I have tried it.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.