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 August 31st. Request your voucher.
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])