Forum Discussion
How to add Dashed Line (Shape, NOT Chart) in Power BI?
- 6 years ago
Anonymous
Add the following measure and drop it on a card Visual then format as you need, you can adjust the height in the measure:Dash Line = REPT("|"&UNICHAR(10),20)________________________
Did I answer your question? Mark this post as a solution, this will help others!.
Click on the Thumbs-Up icon if you like this reply 🙂
Anonymous ,The information you have provided is not making the problem clear to me. Can you please explain with an example.
refer : https://appsource.microsoft.com/en-us/marketplace/apps?product=power-bi-visuals
develop: https://docs.microsoft.com/en-us/power-bi/developer/visuals/custom-visual-develop-tutorial
Map Json - Shape Map
https://docs.microsoft.com/en-us/power-bi/visuals/desktop-shape-map
https://dataveld.com/2016/09/12/topojson-map-files-for-power-bi-shape-map/
https://medium.com/weareservian/power-bi-custom-maps-part-ii-shape-map-939873da3f66
https://radacad.com/shape-map-better-than-the-filled-map
https://doc.arcgis.com/en/maps-for-powerbi/get-started/prepare-your-data.htm
Appreciate your Kudos.
amitchandak , thank you for reply. Please see below image. This should clear things up. I added this Blue line through Insert->Shapes->Line. I want to make Blue Line Dashed.
- amitchandak6 years ago
Super User
Anonymous , refer if this can help
https://blog.enterprisedna.co/add-custom-icons-to-power-bi-reports/
- Anonymous6 years agoNot applicable
Hi Anonymous ,
Add a Blank Button,
Go to Power Point and create a Dashed Line. Sve that Dashed line as image.
Bak to Power BI, go to fill section in the Blank Button and add the image (Dashed Line).
You can also try
Regards,
Harsh Nathani
- Syndicate_Admin2 years ago
Administrator
Thanks! This was the best solution I found! and it worked 😀