<?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 Display the measure name selected in personalize view above Power BI report in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Display-the-measure-name-selected-in-personalize-view-above/m-p/4279506#M58253</link>
    <description>&lt;P&gt;In a Power BI report, I have a table. I want to be able to display the measure name that is selected everytime from the "personalize this view" section that is present above the table created. How can I do that?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ShobhikaJain02_0-1731400754552.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1198165iF507D9F55555F90C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ShobhikaJain02_0-1731400754552.png" alt="ShobhikaJain02_0-1731400754552.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 12 Nov 2024 08:43:10 GMT</pubDate>
    <dc:creator>ShobhikaJain02</dc:creator>
    <dc:date>2024-11-12T08:43:10Z</dc:date>
    <item>
      <title>Display the measure name selected in personalize view above Power BI report</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Display-the-measure-name-selected-in-personalize-view-above/m-p/4279506#M58253</link>
      <description>&lt;P&gt;In a Power BI report, I have a table. I want to be able to display the measure name that is selected everytime from the "personalize this view" section that is present above the table created. How can I do that?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ShobhikaJain02_0-1731400754552.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1198165iF507D9F55555F90C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ShobhikaJain02_0-1731400754552.png" alt="ShobhikaJain02_0-1731400754552.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2024 08:43:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Display-the-measure-name-selected-in-personalize-view-above/m-p/4279506#M58253</guid>
      <dc:creator>ShobhikaJain02</dc:creator>
      <dc:date>2024-11-12T08:43:10Z</dc:date>
    </item>
    <item>
      <title>Re: Display the measure name selected in personalize view above Power BI report</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Display-the-measure-name-selected-in-personalize-view-above/m-p/4280789#M58268</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/826837"&gt;@ShobhikaJain02&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think you can try field parameter and then select the measures by slicer.&lt;/P&gt;
&lt;P&gt;For reference:&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/power-bi/create-reports/power-bi-field-parameters" target="_blank"&gt;Let report readers use field parameters to change visuals (preview) - Power BI | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;You can add all measures you need into field parameter, then add this parameter into Perspectives in Tabular Editor.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vrzhoumsft_1-1731464536528.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1198576i74BFDED60F86A895/image-size/medium?v=v2&amp;amp;px=400" role="button" title="vrzhoumsft_1-1731464536528.png" alt="vrzhoumsft_1-1731464536528.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Then you can use it in Personalize view.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vrzhoumsft_0-1731464467419.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1198574i5544E8E7FE9F32AD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="vrzhoumsft_0-1731464467419.png" alt="vrzhoumsft_0-1731464467419.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Result is as below.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vrzhoumsft_2-1731464618911.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1198581i401172155C5EFA6E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="vrzhoumsft_2-1731464618911.png" alt="vrzhoumsft_2-1731464618911.png" /&gt;&lt;/span&gt;&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;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Nov 2024 02:23:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Display-the-measure-name-selected-in-personalize-view-above/m-p/4280789#M58268</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-13T02:23:59Z</dc:date>
    </item>
  </channel>
</rss>

