The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
I wanted to a create a measure which will do SUM(Distincts [Points]) GROUP BY Transaction_Id in DAX for the given sample data below
Transaction_Id | Points |
1 | 1650 |
1 | 1650 |
1 | 1650 |
2 | 1250 |
2 | 1250 |
2 | 1250 |
Please can you help me with the DAX command.
Regards,
Ranjan
Solved! Go to Solution.
Hi, @Anonymous
Please correct me if I wrongly understand your question.
Please try the below measure.
Hi, My name is Jihwan Kim.
If this post helps, then please consider accept it as the solution to help other members find it faster.
Hi, @Anonymous
Please correct me if I wrongly understand your question.
Please try the below measure.
Hi, My name is Jihwan Kim.
If this post helps, then please consider accept it as the solution to help other members find it faster.
User | Count |
---|---|
15 | |
13 | |
9 | |
6 | |
6 |
User | Count |
---|---|
28 | |
18 | |
13 | |
9 | |
5 |