<?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 undefined in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/undefined/m-p/4283759#M58278</link>
    <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;Tengo una solución de power bi embebida en una aplicación. Esta aplicación tiene la posibilidad de cambiar el idioma, modificando todo el visual al idioma seleccionado. ¿Cómo puedo hacer para que este cambio de idioma aplique del mismo modo al gráfico de power bi que está embebido en la aplicación?&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;H6&gt;&amp;nbsp;&lt;/H6&gt;</description>
    <pubDate>Thu, 14 Nov 2024 10:20:19 GMT</pubDate>
    <dc:creator>jsalguero</dc:creator>
    <dc:date>2024-11-14T10:20:19Z</dc:date>
    <item>
      <title>undefined</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/undefined/m-p/4283759#M58278</link>
      <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;Tengo una solución de power bi embebida en una aplicación. Esta aplicación tiene la posibilidad de cambiar el idioma, modificando todo el visual al idioma seleccionado. ¿Cómo puedo hacer para que este cambio de idioma aplique del mismo modo al gráfico de power bi que está embebido en la aplicación?&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;H6&gt;&amp;nbsp;&lt;/H6&gt;</description>
      <pubDate>Thu, 14 Nov 2024 10:20:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/undefined/m-p/4283759#M58278</guid>
      <dc:creator>jsalguero</dc:creator>
      <dc:date>2024-11-14T10:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: undefined</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/undefined/m-p/4285018#M58292</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/435047"&gt;@jsalguero&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Loading reports with Power BI embedding provides more flexibility than the report loading process for users accessing the report through the Power BI service. You can load a report using a specific language and locale by extending the&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;config&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;object passed to&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;powerbi.embed&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;with a&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;localeSettings&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;object containing a&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;language&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;property.&lt;/SPAN&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;let config = {
  type: "report",
  id: reportId,
  embedUrl: embedUrl,
  accessToken: embedToken,
  tokenType: models.TokenType.Embed,
  localeSettings: { language: "de-DE" }
};

// embed report using config object
let report = powerbi.embed(reportContainer, config);&lt;/LI-CODE&gt;
&lt;P&gt;For more details:&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/power-bi/guidance/data-translation-load-report-bookmark#embed-reports-that-implement-data-translations" target="_blank"&gt;Load multiple-language reports - Power BI | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Rico Zhou&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 02:42:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/undefined/m-p/4285018#M58292</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-15T02:42:09Z</dc:date>
    </item>
  </channel>
</rss>

