Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
How can i mask sensitive data with XXXXXX or Blank in matrix table ?
Solved! Go to Solution.
Hi @Anonymous ,
Use replace value feature in Power Query or create a column like below and use it in matrix.
column = if([value] in {"aaa","bbb","ccc"},blank(),[value])
Best Regards,
Jay
Hi @Anonymous ,
Use replace value feature in Power Query or create a column like below and use it in matrix.
column = if([value] in {"aaa","bbb","ccc"},blank(),[value])
Best Regards,
Jay
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 40 | |
| 35 | |
| 34 | |
| 31 | |
| 27 |
| User | Count |
|---|---|
| 135 | |
| 102 | |
| 67 | |
| 65 | |
| 56 |