The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi Experts
i need to sum based on client ID - so aaa should give me 2.25 and bcb 7 in a table as measure
Client ID | Data Value |
aaa | 1 |
aaa | 0.5 |
aaa | 0.75 |
bcb | 1 |
bcb | 2 |
bcb | 4 |
bcb | 1 |
Solved! Go to Solution.
@Anonymous ,
sumx(summarize(Table, Table[client], Table[data value]), [Data Value])