Forum Discussion

azaterol's avatar
azaterol
Helper V
4 years ago
Solved

Rename measure title dynamically

Hey everyone, 

 

is it possible to rename the measure title dynamically. For example this measure:

Sale 2022 until today = 
CALCULATE (
    AUDOK[Umsatz] - 0,
    DATESBETWEEN (
        'Date'[Date],
        DATE ( 2022, 1, 1 ),
        DATE ( 2022, MONTH ( TODAY () ), DAY ( TODAY () ) )
    )
)

It gives me always the sales until today.

How can I change the name from "Sale 2022 until today" -> "Sale 2022 until August/10"...and tomorrow will be "...August/11". And so on...

 

Thank you. 

  • azaterol you can't.
    You can however use dynamic title for the visual or use the new field parameters to actually switch between 2 different measures

1 Reply

  • SpartaBI's avatar
    SpartaBI
    Community Champion

    azaterol you can't.
    You can however use dynamic title for the visual or use the new field parameters to actually switch between 2 different measures