Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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
User | Count |
---|---|
12 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
24 | |
19 | |
14 | |
10 | |
7 |