Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
rpk00193
Frequent Visitor

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.

 

Chart.png

2 ACCEPTED SOLUTIONS
Ritaf1983
Super User
Super User

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 :
Ritaf1983_0-1697455592144.png
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly

View solution in original post

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

View solution in original post

10 REPLIES 10
Ritaf1983
Super User
Super User

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 :
Ritaf1983_0-1697455592144.png
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly

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

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

Thank you..
i was trying the same but when i paste the image it doesn't work.

is there any specific format for the image??
i've tried both .png and .jpg

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

your solution is workable and i am close to it.
but stuck with the Image part.

the link you've sent to download the pbix is no working.

when i click on the link it says 

This site can’t be reached

Hi @rpk00193 

The link it ok : 

Ritaf1983_0-1697609126504.png

 

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

I also created a mp4 and it is available: Here 

Thank you so much once again!

it works!!

@rpk00193 Happy to help🤗

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.