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.
@cenk_yildiran In addition to the answer on Stackoverflow, you could do this:
Measure =
VAR __Table = DISTINCT(SELECTCOLUMNS('Table',"__GroupNo",[group_no],"__revenue",[revenue]))
VAR __Result = SUMX(__Table,[__revenue])
RETURN
__Result
@cenk_yildiran In addition to the answer on Stackoverflow, you could do this:
Measure =
VAR __Table = DISTINCT(SELECTCOLUMNS('Table',"__GroupNo",[group_no],"__revenue",[revenue]))
VAR __Result = SUMX(__Table,[__revenue])
RETURN
__Result