Forum Discussion
what is this visual?
hello
how can i make a graphic like this? minimalist and with the highest point in a different color
Thank you so much
Hi Anonymous ,
If you want to achieve the graphics you need, you can use the conditional formatting function in line chart visual to provide you with a video link, which can easily meet your requirements.
https://www.youtube.com/watch?v=A4iG8S4EpHs
Best Regards,
HenryIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous otherwise it is a sparkline chart available on market as a custom visual, free of cost. see it here.
Check my latest blog post Year-2020, Pandemic, Power BI and Beyond to get a summary of my favourite Power BI feature releases in 2020
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.⚡
3 Replies
- amitchandakSuper User
Anonymous , If this one is line visual then , first you need to do conditional formatting on bar visual then change to line
Switch off - X-axis, y-Axis, Visual Header, Title ,
Switch on Marker(under shape)
The color measure that can be used in conditional formatting (Do on bar and convert line) , USe color measure with Field Value Option
Color Measure =
var _max = maxx(allselected(Table),[Measure])
return
if([Measure] = _max, "green", "red")Steps
https://radacad.com/dax-and-conditional-formatting-better-together-find-the-biggest-and-smallest-numbers-in-the-column
https://docs.microsoft.com/en-us/power-bi/desktop-conditional-table-formatting#color-by-color-values - v-henryk-mstfCommunity Support
Hi Anonymous ,
If you want to achieve the graphics you need, you can use the conditional formatting function in line chart visual to provide you with a video link, which can easily meet your requirements.
https://www.youtube.com/watch?v=A4iG8S4EpHs
Best Regards,
HenryIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- parry2kSuper User
Anonymous otherwise it is a sparkline chart available on market as a custom visual, free of cost. see it here.
Check my latest blog post Year-2020, Pandemic, Power BI and Beyond to get a summary of my favourite Power BI feature releases in 2020
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.⚡