Forum Discussion
AI14
Helper III
3 years agoShow/Hide data row based on condition
Hi i want to on show data where the Var data is higher than the target finish data. however the problem is that the target finish is entered data and the var data is calculated using : DATE...
FreemanZ
Super User
3 years agohi AI14
target finish can be calculated similarly, what do you mean by entered data?
if this is irrelevant, you can write a measure like this:
Measure =
IF([Var]>[Target Finish], 1)
and feed the measure to the filter pane of the table visual, and choose equal to 1.
AI14
Helper III
3 years agoHi FreemanZ
The Actual finish time and shceduled finish time was in date/time format and i used the above dax formula to make the var look like this: -45 format.
the target finish is data i entered in excel and imported so the format is already there
i tried the formula but got this message: