Forum Discussion
remove date from time - Map
Hello everyone
I tried looking up how to sort out my problem but I couldn't find the answer so I'm asking here.
I have added the time to show up when someone is looking up on one event on the map but for some reason it automatically adds up the date, which is not the real date anyway, just a random date , and I want it gone.
Does anyone know how to sort that out ?
- Anonymous4 years ago
Hi AlexisOlson ,
I have tried to do what you've advised me , so I defined the measure and followed your guide :
I can see that it still adds the extra date for no reason.
Sorry to be a pain , do you have other idea ? or I am doing it wrong ?
EDIT : I've set its format as " text " , now it works, funny enough
All along I just knew it's going to be a simple fix , and I was just overthinking it
Edit 2 :
I've used the solution from here : https://community.powerbi.com/t5/Desktop/Concatenate-date-and-time-from-different-columns-in-one-column/m-p/1080188#M500292
and now I completely sorted out the problem .
Thank you for your help
6 Replies
- parry2kSuper User
Anonymous you can create custom tooltip page and use that for the tooltip
Using report tooltip pages in Power BI - Power BI | Microsoft Docs
✨ Follow us on LinkedIn
Learn about conditional formatting at Microsoft Reactor
My latest blog post The Power of Using Calculation Groups with Inactive Relationships (Part 1) (perytus.com) I would ❤ Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos to whoever helped to solve your problem. It is a token of appreciation!
⚡ Visit us at https://perytus.com, your one-stop-shop for Power BI-related projects/training/consultancy.⚡
- AlexisOlsonSuper User
I'd recommend defining it as an explicit measure and then setting the format of the measure however you'd like.
EarliestTime = MIN ( Table1[Time] )- AnonymousNot applicable
Up
- AnonymousNot applicable
Thank you parry2k and AlexisOlson , I have tried both methods but still shows the same thing , for some reason it adds an non-existent date into my data.
More photos added :
Any suggestion is masivelly appreciated
- AlexisOlsonSuper User
It doesn't look like you defined a measure as I suggested.
- AnonymousNot applicable
Hi AlexisOlson ,
I have tried to do what you've advised me , so I defined the measure and followed your guide :
I can see that it still adds the extra date for no reason.
Sorry to be a pain , do you have other idea ? or I am doing it wrong ?
EDIT : I've set its format as " text " , now it works, funny enough
All along I just knew it's going to be a simple fix , and I was just overthinking it
Edit 2 :
I've used the solution from here : https://community.powerbi.com/t5/Desktop/Concatenate-date-and-time-from-different-columns-in-one-column/m-p/1080188#M500292
and now I completely sorted out the problem .
Thank you for your help