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 nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
Hi Team,
I have 2 tables which is linked on the confidencial field. i want to data mask the field.
Can any one help me.
I am not exactly sure as to how your relation will behave if you are going to Data Mask the column.
Also what is the backend database in your case?
If you are data masking the column, you should do only a partial data masking for that column there by making sure that each of the values are unique in the column
To implement data masking using partial function in case of SQL Server Dastabase refer the below link
Hi gracerashmi,
What does "data mask" mean and what's your requirement? Could you please more details?
Regards,
Jimmy Tao
i have a column which is confidencial. but that column is also used for linking two table so i need to just scarmble the words in the dashboard.
| User | Count |
|---|---|
| 23 | |
| 20 | |
| 18 | |
| 16 | |
| 10 |
| User | Count |
|---|---|
| 53 | |
| 52 | |
| 40 | |
| 37 | |
| 32 |