<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Measure-driven data label with multiple lines in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-driven-data-label-with-multiple-lines/m-p/3346514#M157517</link>
    <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;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?&lt;BR /&gt;&lt;BR /&gt;This is my measure code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Label = 

VAR newline = 
"
"

RETURN

[Target] &amp;amp; newline &amp;amp; [% variance to target]&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 24 Jul 2023 12:12:41 GMT</pubDate>
    <dc:creator>Peterdstraw</dc:creator>
    <dc:date>2023-07-24T12:12:41Z</dc:date>
    <item>
      <title>Measure-driven data label with multiple lines</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-driven-data-label-with-multiple-lines/m-p/3346514#M157517</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;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?&lt;BR /&gt;&lt;BR /&gt;This is my measure code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Label = 

VAR newline = 
"
"

RETURN

[Target] &amp;amp; newline &amp;amp; [% variance to target]&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2023 12:12:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-driven-data-label-with-multiple-lines/m-p/3346514#M157517</guid>
      <dc:creator>Peterdstraw</dc:creator>
      <dc:date>2023-07-24T12:12:41Z</dc:date>
    </item>
  </channel>
</rss>

