Forum Discussion
ABC11
Resolver I
4 years agoNeed help on DAX function with measure vs column
Hello, Lastest_WorkDate = CALCULATE(MAX(LEM_FACTS[WORKDATE]))-this is measure column NO_OF_DAYS_Running Behind = DATEDIFF(LEM_FACTS[Lastest_WorkDate],TODAY(),DAY)-this is measure column Lev...
vojtechsima
Super User
4 years agoHi, ABC11
Could you please clarify more clearly why and what it's not working? I suppose I don't see the problem you're talking about.
ABC11
Resolver I
4 years agoThanks to Vojtechsima.
Everthing is working in measaure column. I need to do these as add column becuase I need to draw graph(pie) and do the summary report as %. In order to do that I need this calculation as column (not measure)
Please, help me