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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
I would like to know why show duplicate "Region" name in Table or Matrix visualizations.
Although raw data don't have any duplicate name of "Region"
Please help me to solve this issue.
Thank you
Solved! Go to Solution.
Hi @HelloTheSun - Even if "Region1" appears once in your reference table, it may be associated with multiple records in another table/values in same. thats the reason you are seeing in table view with unique. but when you are trying to add the field in visual level using table or matrix you can get duplicates only by adding other fields in same table.
Try using a Table visual instead of Matrix, or check if removing numerical columns affects duplication.
Hope this helps.
Proud to be a Super User! | |
Hi @HelloTheSun,
Can yopu please share your pbix file?? For now please check below points.
Solution:
Solution:
Please mark this as solution if it helps you. Appreciate Kudos.
Thank you very much for your reply
I found the root cause because I sort this field from another column and this column it not uniques.
Hi,
A possibile cause could be the presece of a custom sorting.
Have you set up some sorting on this visual ?
Hi,
What happens when you drag a simple count or sum measure to the visual?
Hi @HelloTheSun ,
Thanks for both of FarhanJeelani's and rajendraongole1's replies!
And @HelloTheSun , please check whether their replies will help you solve your problem? If solved please accept the reply in this post which you think is helpful as a solution to help more others facing the same problem to find a solution quickly, thank you very much!
Best Regards,
Dino Tao
Hi @HelloTheSun,
Can yopu please share your pbix file?? For now please check below points.
Solution:
Solution:
Please mark this as solution if it helps you. Appreciate Kudos.
Hi @HelloTheSun - Even if "Region1" appears once in your reference table, it may be associated with multiple records in another table/values in same. thats the reason you are seeing in table view with unique. but when you are trying to add the field in visual level using table or matrix you can get duplicates only by adding other fields in same table.
Try using a Table visual instead of Matrix, or check if removing numerical columns affects duplication.
Hope this helps.
Proud to be a Super User! | |