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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request 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.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 7 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |
| User | Count |
|---|---|
| 11 | |
| 3 | |
| 3 | |
| 2 | |
| 2 |