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 🙂
Fowmy
6 years agoSuper User
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 🙂
MarlonK
1 year agoHelper I
wow what a brilliant solution. amazing!