Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Dear Experts, need your help on this. I will need to create a visual to show the number of multiple claims created with the same type of criteria. Should the data matches with all 4 criteria as below, i will be considered as 1.
example: 2904805982 (all 4 criteria matched hence it will considered as 1 duplicated)
| Shipment Id | Request Created By Team | Standard Note | Request / Activity Type | 
| 2904805982 | CS BL-Backline | totalLoss.note | req.type.claimLiabilityLoss | 
| 2904805982 | CS BL-Backline | totalLoss.note | req.type.claimLiabilityLoss | 
| 7986019495 | CS BL-Sales Support | totalLoss.note | req.type.claimLiabilityLoss | 
| 1931347294 | KAD-Key Accounts Desk | totalDamage.note | req.type.claimInsuredDamage | 
| 8579837722 | CS BL-Backline | missingPiece.note | req.type.claimLiabilityLoss | 
| 7032983145 | KAD-Key Accounts Desk | other.note | req.type.claimNonShipment | 
| 1114751842 | KAD-Key Accounts Desk | other.note | req.type.claimNonShipment | 
Solved! Go to Solution.
Hi @AAAbbbnewbie ,
Not sure. if you want a table, try:
Table 2 = DISTINCT('Table')
Or a measure:
Measure = COUNTROWS(DISTINCT('Table'))
Best Regards,
Gao
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data in the Power BI Forum
Hi @AAAbbbnewbie ,
Not sure. if you want a table, try:
Table 2 = DISTINCT('Table')
Or a measure:
Measure = COUNTROWS(DISTINCT('Table'))
Best Regards,
Gao
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data in the Power BI Forum
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
            | User | Count | 
|---|---|
| 8 | |
| 5 | |
| 5 | |
| 4 | |
| 3 | 
| User | Count | 
|---|---|
| 24 | |
| 11 | |
| 10 | |
| 9 | |
| 8 |