March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch 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])
@Anonymous , Create a measure like
sumx(summarize(Table, Table[market], table[ID], Table[value]), [Value])
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
111 | |
75 | |
57 | |
52 | |
44 |
User | Count |
---|---|
157 | |
113 | |
63 | |
60 | |
50 |