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 🙂
Coriel-11
Resolver II
3 years agoIf you want to do diagonals, I recommend creating in DAX/importing/entering a mini table like this
Value1 Value 2
0 0
1 1
And then making a line chart from it. Remove all the axes, titles etc. and then you can style/size/place it as you like.
Matt