Forum Discussion
George1973
Helper V
5 years agoVariable as a single measure
Hi, I have a complex measure with some variables: Weighted Average =
VAR OneLessMonthDailySales=DIVIDE(
CALCULATE([Sold Prod Qnty],DATEADD(DateKey[Date],-1,MONTH)),
CALCULATE([...
George1973
Helper V
5 years agoH,
Can you provide a simple example of the "If.eager", because I have not heard about at so far 🙂
Anonymous
5 years agoNot applicable
if.eager({condition that you can identify as a flag}, {Write your divide measure here}).