Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

Dynamic Title

Hi All,   I'm trying to create a dynamic title for my card like below but facing issues. At the moment I've manually used the title but want it to be dynamic.     Any help in creating the ...
  • Anonymous's avatar
    Anonymous
    3 years ago

    Thanks for the help.

     

    I actually created few measures and got the desired result.

     

    CurrentFY = CALCULATE( SELECTEDVALUE( D_DATE[FISCAL_YEAR] ),
                        FILTER( ALL( D_DATE ), D_DATE[Date] = TODAY() ) )
     
    Last quarter = ROUNDUP(MONTH(TODAY())/3, 0)-1
     
    Result :