Forum Discussion

AI14's avatar
AI14
Helper III
3 years ago
Solved

Show/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's avatar
    3 years ago

    hi 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.