Forum Discussion

srlabhe's avatar
srlabhe
Super User
10 months ago
Solved

Row Context Flag Issue

Hi Team, I have data which I wanted to filter with below flag as 1 i.e. ToShow=1, formula for ToShow is as below   ToShow = if( CALCULATE(     MAX(Table[AS_OF_DATE]),      FILTER(         AL...
  • srlabhe's avatar
    10 months ago

    This is resolved by creating a column as below

    TempCol=[Toshow]

    and using this column as well in visual filter as TempCol=1