Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

Dynamic display text with fixed text

Hi there,   Just wanted to ask if there is a way to create card with dynamic selected text AND fixed text. As following sample shows: Fixed text: Order in: Dynamic text: May 2023 (in Date Table ...
  • amitchandak's avatar
    3 years ago

    Anonymous , not very clear. But it should be like

    SelectedMonthYear = SELECTEDVALUE('Date'[Month]) & "/" & SELECTEDVALUE('Date'[Year])