<?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 Re: Export Dynamic Data Labels to Excel in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Export-Dynamic-Data-Labels-to-Excel/m-p/3340119#M43522</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/119301"&gt;@AlwaysBI&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;According to your description, you are actually using the field '&lt;STRONG&gt;Target&lt;/STRONG&gt;' with the aggregation(SUM) on the Y-axis. But you are using &lt;A href="https://powerbidocs.com/2020/01/25/power-bi-100-stacked-column-chart/" target="_self"&gt;100% stacked column chart&lt;/A&gt;, and you want to export the data with the percentage values as well. However this is not possible...&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/visuals/power-bi-visualization-export-data?tabs=powerbi-desktop" target="_blank"&gt;Export data from a Power BI visualization - Power BI | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can do what I did in the pbix file in my previous reply, change the visual type to stacked column chart and create a &lt;STRONG&gt;measure&lt;/STRONG&gt; to get the percentage. Then put it on the Y axis to &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;replace&lt;/STRONG&gt; &lt;/FONT&gt;the original field (SUM('Table'[Target]))...&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;percentage = 
VAR _location =
    SELECTEDVALUE ( 'Table'[Location] )
VAR _sumtarget =
    CALCULATE (
        SUM ( 'Table'[Target] ),
        FILTER ( ALLSELECTED ( 'Table' ), 'Table'[Location] = _location )
    )
RETURN
    DIVIDE ( SUM ( 'Table'[Target] ), _sumtarget )&lt;/LI-CODE&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
    <pubDate>Thu, 20 Jul 2023 06:47:45 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-07-20T06:47:45Z</dc:date>
    <item>
      <title>Export Dynamic Data Labels to Excel</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Export-Dynamic-Data-Labels-to-Excel/m-p/3330256#M43451</link>
      <description>&lt;P&gt;Dear support community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-07-14 082515.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/941568iF6932DC07666C6C3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2023-07-14 082515.png" alt="Screenshot 2023-07-14 082515.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The percentage shown in this chart is Dynamic Data Labels created by Power BI. When user export the data to Excel the percentage data doesn't export.&amp;nbsp; Is there anyway we can export it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;BiDev.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jul 2023 00:31:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Export-Dynamic-Data-Labels-to-Excel/m-p/3330256#M43451</guid>
      <dc:creator>AlwaysBI</dc:creator>
      <dc:date>2023-07-14T00:31:55Z</dc:date>
    </item>
    <item>
      <title>Re: Export Dynamic Data Labels to Excel</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Export-Dynamic-Data-Labels-to-Excel/m-p/3333453#M43481</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/119301"&gt;@AlwaysBI&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I created a sample pbix file(see&lt;STRONG&gt; the attachment&lt;/STRONG&gt;), it can export the field with the percentage.&amp;nbsp;How did you set your chart? Could you please provide some &lt;STRONG&gt;raw data&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;in your tables&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;exclude&amp;nbsp;sensitive&amp;nbsp;data&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN&gt;) with&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;Text&lt;/STRONG&gt;&amp;nbsp;&lt;/FONT&gt;&lt;SPAN&gt;format&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;and the &lt;STRONG&gt;Fields settings&lt;/STRONG&gt; of your visual&lt;/SPAN&gt;&lt;SPAN&gt;. It would be helpful to find out the solution. You can refer the following link to share the required info:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcommunity.powerbi.com%2Ft5%2FCommunity-Blog%2FHow-to-provide-sample-data-in-the-Power-BI-Forum%2Fba-p%2F963216&amp;amp;data=05%7C01%7CClaire.Dong%40microsoft.com%7Cada9149bd91546a8432508dacd31ef9b%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638047911607737134%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;amp;sdata=EJlYfclgtrjgAEYj9Uo1AauqxaQm3hlQsjJMo4zCY1M%3D&amp;amp;reserved=0" target="_blank" rel="nofollow noopener noreferrer"&gt;How to provide sample data in the Power BI Forum&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vyiruanmsft_0-1689561463408.png" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/942381iBDECD054F910FC1A/image-size/large?v=v2&amp;amp;px=999" role="button" title="vyiruanmsft_0-1689561463408.png" alt="vyiruanmsft_0-1689561463408.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Export visual data" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/942378iD1812058F33BF2F6/image-size/large?v=v2&amp;amp;px=999" role="button" title="vyiruanmsft_2-1689561582137.png" alt="Export visual data" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Export visual data&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;And&amp;nbsp;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;It is better&lt;/STRONG&gt;&lt;/FONT&gt;&amp;nbsp;if you can share a&amp;nbsp;&lt;FONT color="#008000"&gt;&lt;STRONG&gt;simplified&lt;/STRONG&gt;&amp;nbsp;&lt;/FONT&gt;pbix file. You can refer the following link to upload the file to the community. Thank you.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcommunity.powerbi.com%2Ft5%2FDesktop%2FHow-to-upload-PBI-in-Community%2Fm-p%2F1672886&amp;amp;data=04%7C01%7Cv-yiruan%40microsoft.com%7C4f580813734d4a8355b008da16f6e91a%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C637847547341062885%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&amp;amp;sdata=YJvujige2YITXKbKED9JieQm5LBdf%2F3IYPM4ggdiijQ%3D&amp;amp;reserved=0" target="_blank" rel="nofollow noopener noreferrer"&gt;How to upload PBI in Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jul 2023 02:57:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Export-Dynamic-Data-Labels-to-Excel/m-p/3333453#M43481</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-07-17T02:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: Export Dynamic Data Labels to Excel</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Export-Dynamic-Data-Labels-to-Excel/m-p/3333981#M43485</link>
      <description>&lt;P&gt;This is a sample of exported data we have.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AlwaysBI_0-1689585051800.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/942548iE8B3F2A074C34B93/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AlwaysBI_0-1689585051800.png" alt="AlwaysBI_0-1689585051800.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Basically our data is the exact number instead of percentage, but in BI dashboard, we have the percentage as data labels, we wanted to get the data label percentage as well as the exact number exported if possible.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jul 2023 09:21:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Export-Dynamic-Data-Labels-to-Excel/m-p/3333981#M43485</guid>
      <dc:creator>AlwaysBI</dc:creator>
      <dc:date>2023-07-17T09:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: Export Dynamic Data Labels to Excel</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Export-Dynamic-Data-Labels-to-Excel/m-p/3340119#M43522</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/119301"&gt;@AlwaysBI&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;According to your description, you are actually using the field '&lt;STRONG&gt;Target&lt;/STRONG&gt;' with the aggregation(SUM) on the Y-axis. But you are using &lt;A href="https://powerbidocs.com/2020/01/25/power-bi-100-stacked-column-chart/" target="_self"&gt;100% stacked column chart&lt;/A&gt;, and you want to export the data with the percentage values as well. However this is not possible...&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/visuals/power-bi-visualization-export-data?tabs=powerbi-desktop" target="_blank"&gt;Export data from a Power BI visualization - Power BI | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can do what I did in the pbix file in my previous reply, change the visual type to stacked column chart and create a &lt;STRONG&gt;measure&lt;/STRONG&gt; to get the percentage. Then put it on the Y axis to &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;replace&lt;/STRONG&gt; &lt;/FONT&gt;the original field (SUM('Table'[Target]))...&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;percentage = 
VAR _location =
    SELECTEDVALUE ( 'Table'[Location] )
VAR _sumtarget =
    CALCULATE (
        SUM ( 'Table'[Target] ),
        FILTER ( ALLSELECTED ( 'Table' ), 'Table'[Location] = _location )
    )
RETURN
    DIVIDE ( SUM ( 'Table'[Target] ), _sumtarget )&lt;/LI-CODE&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2023 06:47:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Export-Dynamic-Data-Labels-to-Excel/m-p/3340119#M43522</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-07-20T06:47:45Z</dc:date>
    </item>
  </channel>
</rss>

