Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hi Team,
I have data like below Tbl 1 and values are repeated but i need to sum distinct value only see Tbl 2.
Tbl 1 :
Tbl 2 :
Thanks,
KV's
Solved! Go to Solution.
@Anonymous , Create a measure like
sumx(summarize(Table, Table[market], table[ID], Table[value]), [Value])
User | Count |
---|---|
84 | |
77 | |
64 | |
51 | |
46 |
User | Count |
---|---|
101 | |
43 | |
39 | |
39 | |
36 |