Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
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")
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |