The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi,
i'm sorry for my english.
I've maked a filter in table A. My table A is like this, for example:
1 YES
2 YES
3
4 YES
The visualization fields of my filter (my combobox) is YES and VOID.
Can i rename the visualization field 'VOID' in 'NO' without change the dates in my table?
Thanks a lot
Solved! Go to Solution.
Learn about using COALESCE()
eg
COALESCE(Table[Value],"NO")