Forum Discussion

rpk00193's avatar
rpk00193
Frequent Visitor
2 years ago
Solved

Moving Arrow Automatically on Chart with current date

Hi,

is there any possibility that either the Image / or built-in Arrow move automatically on the current date on the chart as below.

 

  • Hi rpk00193 
    It depends on what you mean by the current day.
    If it is today for example you can achieve it with custom lables.
    In the first step, you can create Dax like :

    icon = if(max('Table'[Opened Date])=today(),"🔰","")
    and then use this measure as a custom label :
    If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
  • Hi rpk00193 
    Yep, just click on the image copy with ctrl+C, and paste it to your dax with "ctrl+V"

    If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly

  • I think the "pasteble images" are unichars. 

    Just copy it from my code / pbix that i attached in the first responce .

    If it won't work i will prepere a little video and share

  • Hi rpk00193 

    The link it ok : 

     

    do you want to share your email and I will send the file directly?

    I also created a mp4 and it is available: Here 

10 Replies

  • Hi rpk00193 
    It depends on what you mean by the current day.
    If it is today for example you can achieve it with custom lables.
    In the first step, you can create Dax like :

    icon = if(max('Table'[Opened Date])=today(),"🔰","")
    and then use this measure as a custom label :
    If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
    • rpk00193's avatar
      rpk00193
      Frequent Visitor

      Dear Ritaf, 

      Thank you for your response.

      i've got the idea but i am little confused that how did you put the image in the measure?

      can you please elobrate a little?

       

      regards,

      MAK

      • Ritaf1983's avatar
        Ritaf1983
        Super User

        Hi rpk00193 
        Yep, just click on the image copy with ctrl+C, and paste it to your dax with "ctrl+V"

        If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly