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 Experts,
Iam using below native sql in my desktop power file, this code is used at the slicer or global filter component
CASE WHEN to_varchar(to_varchar((v_FLAG = 'N')=false)='N') and to_varchar(to_varchar((v_FLAG = 'N')=null)='N') THEN 'N'
else to_varchar((REL_TYPE = 'GUARD')=true) END
My slicer values look like below:
Expected Result: above code both (null and false) should show 'N' and 'Y' instead (true) value
Appreciate any quick Help, Thank you
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.