Forum Discussion
Anonymous
6 years agoNot applicable
How to add Dashed Line (Shape, NOT Chart) in Power BI?
Hi, I want to add Dashed Line in Power BI, just as a shape, not in graph. In Insert->Shape, I can find Line, but the Line is solid. I am unable to change it's properties to Dashed. Is there any way w...
- 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
6 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_Admin
Administrator
2 years agoThanks! This was the best solution I found! and it worked 😀