Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello,
I'm trying to make use of the new measure-driven data labels to add a label to a line chart with the actual value and then the percentage variance from target underneath it.
I can create a measure that will do this in a card but in the chart both elements of the label appear on the same line still. Is there a way to get them on two lines or is this not implemented?
This is my measure code:
Label =
VAR newline =
"
"
RETURN
[Target] & newline & [% variance to target]
Thanks!
User | Count |
---|---|
25 | |
12 | |
8 | |
6 | |
6 |
User | Count |
---|---|
26 | |
12 | |
11 | |
9 | |
6 |