Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
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
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
10 | |
9 | |
9 | |
8 | |
8 |
User | Count |
---|---|
14 | |
12 | |
11 | |
11 | |
8 |