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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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 | |
9 | |
8 | |
6 | |
5 |
User | Count |
---|---|
29 | |
18 | |
15 | |
7 | |
6 |