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,
I need help with the following formula. the Var X2 gives an error. I need 2 filters under Max
Solved! Go to Solution.
@cristianml , Use double &
VAR x2 = SUMX(FILTER(ALLSELECTED('NWD_Table'),'NWD_Table'[FY & Q] = MAX('NWD_Table'[FY & Q]) && 'NWD_Table'[FY] = MAX('NWD_Table'[FY])-1),'NWD_Table'[NWD])
@cristianml , Use double &
VAR x2 = SUMX(FILTER(ALLSELECTED('NWD_Table'),'NWD_Table'[FY & Q] = MAX('NWD_Table'[FY & Q]) && 'NWD_Table'[FY] = MAX('NWD_Table'[FY])-1),'NWD_Table'[NWD])