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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi,
I have a dataset as below, where a Pkg ID could duplicate over two invoice numbers.
When I pull a report for Pkg Ids with their dimensions (invoice number excluded), I just need to get unique rows of Pkg ID. Currently the packging IDs are duplicating. Please let me know how I can avoid duplication.
Invoice | Pkg Id | Length | Width | Height |
A12 | 124 | 3 | 3 | 3 |
B12 | 124 | 3 | 3 | 3 |
A12 | 238 | 51 | 72 | 34 |
B12 | 239 | 51 | 72 | 34 |
B12 | 240 | 51 | 72 | 34 |
A12 | 118 | 59 | 41 | 23 |
B12 | 118 | 59 | 41 | 23 |
B12 | 121 | 102 | 204 | 13 |
A12 | 125 | 26 | 112 | 21 |
Thanks,
Muralidhar
Solved! Go to Solution.
Hi @murali5431 ,
When you create table visual in Power BI Report Builder and don't use "Invoice" column, the Pkg Id won't be duplicated.
Best Regards,
Icey
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @murali5431 ,
When you create table visual in Power BI Report Builder and don't use "Invoice" column, the Pkg Id won't be duplicated.
Best Regards,
Icey
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.