<?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: Dynamic Text for a Drill Through in Desktop</title>
    <link>https://community.fabric.microsoft.com/t5/Desktop/Dynamic-Text-for-a-Drill-Through/m-p/3425006#M1136867</link>
    <description>&lt;P&gt;Thank you for the response,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="426215" data-lia-user-login="gmsamborn" class="lia-mention lia-mention-user"&gt;gmsamborn&lt;/a&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately, that did not work.&amp;nbsp; The error message says "The syntax for 'Value' is incorrect."&lt;/P&gt;</description>
    <pubDate>Mon, 11 Sep 2023 20:33:19 GMT</pubDate>
    <dc:creator>SusanRay</dc:creator>
    <dc:date>2023-09-11T20:33:19Z</dc:date>
    <item>
      <title>Dynamic Text for a Drill Through</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Dynamic-Text-for-a-Drill-Through/m-p/3372846#M1122867</link>
      <description>&lt;P&gt;I have created a dynamic text box for the top-level page that changes based on slicer values.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am struggling with creating a similar text box for the drill-through destination page.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, if I drill through after clicking on the dark blue portion of the Engineering bar,&amp;nbsp; I would like the text in the sample below to end with "Engineering" and "Male"&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thoughts?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Aug 2023 19:04:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Dynamic-Text-for-a-Drill-Through/m-p/3372846#M1122867</guid>
      <dc:creator>SusanRay</dc:creator>
      <dc:date>2023-08-09T19:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Text for a Drill Through</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Dynamic-Text-for-a-Drill-Through/m-p/3373294#M1122996</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="226157" data-lia-user-login="SusanRay" class="lia-mention lia-mention-user"&gt;SusanRay&lt;/a&gt; , You can create a measure like below and use that in title &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Meausre = "Student enrollment for" &amp;amp; selectedvalue(Table[semester]) &amp;amp; " for&amp;nbsp; selectedvalue(Table[Year])&amp;nbsp; &amp;amp; selectedvalue(Table[Gender]])&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Aug 2023 03:34:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Dynamic-Text-for-a-Drill-Through/m-p/3373294#M1122996</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2023-08-10T03:34:00Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Text for a Drill Through</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Dynamic-Text-for-a-Drill-Through/m-p/3374661#M1123378</link>
      <description>&lt;P&gt;I have been able to create the first part with "Semester," "Year," and "Color Options" as dynamic values in my text box. (Thanks)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I cannot figure out how to add the values that are used to focus the drill through.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, If I right-click on&lt;SPAN&gt;&amp;nbsp;the dark blue portion of the Engineering bar and drill through, the table only shows data related to male students in the College of Engineering.&amp;nbsp; I want my text box on the drill-through details page to state that so the user remembers that the data they are looking at is filtered on those values.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I guess a more general question is, what does P BI call the elements used to focus a drill-through?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Aug 2023 16:19:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Dynamic-Text-for-a-Drill-Through/m-p/3374661#M1123378</guid>
      <dc:creator>SusanRay</dc:creator>
      <dc:date>2023-08-10T16:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Text for a Drill Through</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Dynamic-Text-for-a-Drill-Through/m-p/3411434#M1133286</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="148838" data-lia-user-login="amitchandak" class="lia-mention lia-mention-user"&gt;amitchandak&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is a little more detail about what I am trying to do:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The last value I need to include in the title changes depending on the Color Parameter. So, I cannot simply use&amp;nbsp;&lt;SPAN&gt;selectedvalue(Table[Gender])&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since Color Parameter =&amp;nbsp;&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; ("Overall", NAMEOF('Enrollment'[Overall]), 0),&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; ("Gender", NAMEOF('Student Bio Demo'[Gender]), 1),&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; ("Race/Ethnicity", NAMEOF('Student Bio Demo'[Ethnicity Race Group]), 2),&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; ("Minority", NAMEOF('Student Bio Demo'[Minority]), 3),&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; ("Residency", NAMEOF('Student Bio Demo'[Residency level]), 4)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Drillthrough Title Piece = &lt;/SPAN&gt;&lt;SPAN&gt;IF&lt;/SPAN&gt;&lt;SPAN&gt;(Color Parameter &lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;= &lt;/SPAN&gt;&lt;SPAN&gt;"Overall"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;"Overall"&lt;/SPAN&gt;&lt;SPAN&gt;, (&lt;/SPAN&gt;&lt;SPAN&gt;If&lt;/SPAN&gt;&lt;SPAN&gt;(Color Parameter &lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;= &lt;/SPAN&gt;&lt;SPAN&gt;"Gender"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;selectedvalue&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Student Bio Demo'&lt;/SPAN&gt;&lt;SPAN&gt;[Gender]&lt;/SPAN&gt;&lt;SPAN&gt;), (&lt;/SPAN&gt;&lt;SPAN&gt;If&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Color Parameter&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;"Race/Ethnicity"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;selectedvalue&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Student Bio Demo'&lt;/SPAN&gt;&lt;SPAN&gt;[Ethnicity Race Group]&lt;/SPAN&gt;&lt;SPAN&gt;), (&lt;/SPAN&gt;&lt;SPAN&gt;If&lt;/SPAN&gt;&lt;SPAN&gt;(Color Parameter &lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;= &lt;/SPAN&gt;&lt;SPAN&gt;"Minority"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;selectedvalue&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Student Bio Demo'&lt;/SPAN&gt;&lt;SPAN&gt;[Minority]&lt;/SPAN&gt;&lt;SPAN&gt;), &lt;/SPAN&gt;&lt;SPAN&gt;selectedvalue&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Student Bio Demo'&lt;/SPAN&gt;&lt;SPAN&gt;[Residency level]&lt;/SPAN&gt;&lt;SPAN&gt;))))))))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;But Power BI doesn't like this.&amp;nbsp; Any suggestions?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 01 Sep 2023 18:20:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Dynamic-Text-for-a-Drill-Through/m-p/3411434#M1133286</guid>
      <dc:creator>SusanRay</dc:creator>
      <dc:date>2023-09-01T18:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Text for a Drill Through</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Dynamic-Text-for-a-Drill-Through/m-p/3411457#M1133294</link>
      <description>&lt;P&gt;Does this help?&amp;nbsp; I think it was just a matter of incorrectly placed parentheses.&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;Drillthrough Title Piece =
IF(
    'Color Parameter'[Value] = "Overall",
    "Overall",
    IF(
        'Color Parameter'[Value] = "Gender",
        SELECTEDVALUE( 'Student Bio Demo'[Gender] ),
        IF(
            'Color Parameter'[Value] = "Race/Ethnicity",
            SELECTEDVALUE( 'Student Bio Demo'[Ethnicity Race Group] ),
            IF(
                'Color Parameter'[Value] = "Minority",
                SELECTEDVALUE( 'Student Bio Demo'[Minority] ),
                SELECTEDVALUE( 'Student Bio Demo'[Residency level] )
            )
        )
    )
)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Sep 2023 19:13:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Dynamic-Text-for-a-Drill-Through/m-p/3411457#M1133294</guid>
      <dc:creator>gmsamborn</dc:creator>
      <dc:date>2023-09-01T19:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Text for a Drill Through</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Dynamic-Text-for-a-Drill-Through/m-p/3425006#M1136867</link>
      <description>&lt;P&gt;Thank you for the response,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="426215" data-lia-user-login="gmsamborn" class="lia-mention lia-mention-user"&gt;gmsamborn&lt;/a&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately, that did not work.&amp;nbsp; The error message says "The syntax for 'Value' is incorrect."&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2023 20:33:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Dynamic-Text-for-a-Drill-Through/m-p/3425006#M1136867</guid>
      <dc:creator>SusanRay</dc:creator>
      <dc:date>2023-09-11T20:33:19Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Text for a Drill Through</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Dynamic-Text-for-a-Drill-Through/m-p/3425075#M1136884</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="226157" data-lia-user-login="SusanRay" class="lia-mention lia-mention-user"&gt;SusanRay&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was just going by your definition for [&lt;SPAN&gt;Drillthrough Title Piece].&amp;nbsp; In you definition, you refer to Color Parameter without using quotes (ie. 'table') or square brackets ( ie. [measure] ).&amp;nbsp; I have no way of knowing if that is a measure or a table (or even a column).&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2023 21:50:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Dynamic-Text-for-a-Drill-Through/m-p/3425075#M1136884</guid>
      <dc:creator>gmsamborn</dc:creator>
      <dc:date>2023-09-11T21:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Text for a Drill Through</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Dynamic-Text-for-a-Drill-Through/m-p/3428624#M1137835</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="426215" data-lia-user-login="gmsamborn" class="lia-mention lia-mention-user"&gt;gmsamborn&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I apologize if I wasn't clear. I am still very new to Power BI and Dax.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Color Parameter is just that, a parameter. ( a 'fields' parameter if that helps)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My use case:&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have one page with a stacked bar graph that changes the legend colors based on the Color Parameter selection (Gender, Race/Ethnicity or Residency, etc.).&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A user can select a portion of a bar and drill through to another page. That page, of course, only shows data relevant to the particular bar and color selected.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need a way to title the drill-through page that clearly indicates what was selected on the previous page (for example "Male" or "Asian" or "In-State").&amp;nbsp; The exact verbiage will vary depending on which parameter was chosen.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am struggling to find the correct DAX syntax for that purpose.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does any of that make sense?&lt;/P&gt;</description>
      <pubDate>Wed, 13 Sep 2023 13:18:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Dynamic-Text-for-a-Drill-Through/m-p/3428624#M1137835</guid>
      <dc:creator>SusanRay</dc:creator>
      <dc:date>2023-09-13T13:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Text for a Drill Through</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Dynamic-Text-for-a-Drill-Through/m-p/3428676#M1137847</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="226157" data-lia-user-login="SusanRay" class="lia-mention lia-mention-user"&gt;SusanRay&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any way you could come up with a sample report with fictional data and any past attempts at a solution?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1)&amp;nbsp; Please provide sample data that covers your issue or question &lt;STRONG&gt;completely&lt;/STRONG&gt;.&lt;BR /&gt;&lt;SPAN&gt;&lt;A href="https://community.powerbi.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216" target="_blank"&gt;https://community.powerbi.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-...&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2) Please show the &lt;STRONG&gt;expected outcome&lt;/STRONG&gt; based on the sample data you provided.&lt;BR /&gt;&lt;SPAN&gt;&lt;A href="https://community.powerbi.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523" target="_blank"&gt;https://community.powerbi.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3) Please &lt;STRONG&gt;explain&lt;/STRONG&gt; how you would expect to get from step 1 to 2.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;4) If possible, please show your past attempts at a solution.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Sep 2023 13:40:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Dynamic-Text-for-a-Drill-Through/m-p/3428676#M1137847</guid>
      <dc:creator>gmsamborn</dc:creator>
      <dc:date>2023-09-13T13:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Text for a Drill Through</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Dynamic-Text-for-a-Drill-Through/m-p/3431216#M1138547</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="426215" data-lia-user-login="gmsamborn" class="lia-mention lia-mention-user"&gt;gmsamborn&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I really appreciate your help with this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A trimmed-down copy of my project is available here:&amp;nbsp;&amp;nbsp;&lt;A href="https://drive.google.com/file/d/1VmMU6fkARoUMBoOB2gvbr6YokO6hh_xb/view?usp=sharing" target="_blank"&gt;https://drive.google.com/file/d/1VmMU6fkARoUMBoOB2gvbr6YokO6hh_xb/view?usp=sharing&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I added some text boxes on the various pages describing what I hope to see and what I have tried so far.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I feel like I must be missing something obvious because I cannot be the only person with this project requirement.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Sep 2023 14:31:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Dynamic-Text-for-a-Drill-Through/m-p/3431216#M1138547</guid>
      <dc:creator>SusanRay</dc:creator>
      <dc:date>2023-09-14T14:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Text for a Drill Through</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Dynamic-Text-for-a-Drill-Through/m-p/3431254#M1138566</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="226157" data-lia-user-login="SusanRay" class="lia-mention lia-mention-user"&gt;SusanRay&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After looking at your pbix, I'm unsure how/where you are using [Drillthrough Title Piece].&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regardless, would this help?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Drillthrough Title Piece = 
VAR _ColorParm = SELECTEDVALUE( 'Color Parameter'[Color Parameter] )
RETURN
IF(
    _ColorParm = "Overall",
    "Overall",
    IF(
        _ColorParm = "Gender",
        SELECTEDVALUE( 'Student Bio Demo'[Gender] ),
        IF(
            _ColorParm = "Race/Ethnicity",
            SELECTEDVALUE( 'Student Bio Demo'[Ethnicity Race Group] ),
            IF(
                _ColorParm = "Minority",
                SELECTEDVALUE( 'Student Bio Demo'[Minority] ),
                SELECTEDVALUE( 'Student Bio Demo'[Residency level] )
            )
        )
    )
)&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 14 Sep 2023 15:03:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Dynamic-Text-for-a-Drill-Through/m-p/3431254#M1138566</guid>
      <dc:creator>gmsamborn</dc:creator>
      <dc:date>2023-09-14T15:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Text for a Drill Through</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Dynamic-Text-for-a-Drill-Through/m-p/3431347#M1138592</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="426215" data-lia-user-login="gmsamborn" class="lia-mention lia-mention-user"&gt;gmsamborn&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;If you look at the &lt;STRONG&gt;Enrollment Count Detail Page&lt;/STRONG&gt;,&amp;nbsp; you will see a text box that includes the phrase (Color Parameter Selection). That is where I hoped to put the "Drillthrough Title Piece."&amp;nbsp; &amp;nbsp;(My bad. I wasn't consistent in my naming.)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Power BI did not throw an error when I created a measure using your proposed code.&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;But when I tried to 'add dynamic value' to the text box I am using for the title on the 'detail' page it wouldn't accept it.&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I then tried to add it as a table or a card, but it gave me a "Couldn't load the data for this visual" error.&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Specifically, it says,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As I said, I am very new to Power BI. This is supposed to be a Measure, right?&amp;nbsp; Does it matter where that measure sits in my data?&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Sep 2023 15:47:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Dynamic-Text-for-a-Drill-Through/m-p/3431347#M1138592</guid>
      <dc:creator>SusanRay</dc:creator>
      <dc:date>2023-09-14T15:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Text for a Drill Through</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Dynamic-Text-for-a-Drill-Through/m-p/3431464#M1138628</link>
      <description>&lt;P&gt;The following link refers to that error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sqlbi.com/blog/marco/2022/06/11/using-selectedvalue-with-fields-parameters-in-power-bi/" target="_blank" rel="noopener"&gt;https://www.sqlbi.com/blog/marco/2022/06/11/using-selectedvalue-with-fields-parameters-in-power-bi/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maybe try this...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Drillthrough Title Piece = 
VAR __SelectedValue =
    SELECTCOLUMNS (
        SUMMARIZE ( 
            'Color Parameter', 
            'Color Parameter'[Color Parameter],
            'Color Parameter'[p_Overall Fields]
        ),
        "_Color",
            'Color Parameter'[Color Parameter]
    )
VAR _ColorParm = 
    IF(
        COUNTROWS( __SelectedValue ),
        MAXX(
            __SelectedValue,
            [_Color]
        )
    )
VAR _Logic =
    IF(
        _ColorParm = "Overall",
        "Overall",
        IF(
            _ColorParm = "Gender",
            SELECTEDVALUE( 'Student Bio Demo'[Gender] ),
            IF(
                _ColorParm = "Race/Ethnicity",
                SELECTEDVALUE( 'Student Bio Demo'[Ethnicity Race Group] ),
                IF(
                    _ColorParm = "Minority",
                    SELECTEDVALUE( 'Student Bio Demo'[Minority] ),
                    SELECTEDVALUE( 'Student Bio Demo'[Residency level] )
                )
            )
        )
    )
RETURN
    _Logic     // corrected&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Sep 2023 18:53:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Dynamic-Text-for-a-Drill-Through/m-p/3431464#M1138628</guid>
      <dc:creator>gmsamborn</dc:creator>
      <dc:date>2023-09-14T18:53:47Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Text for a Drill Through</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Dynamic-Text-for-a-Drill-Through/m-p/3431479#M1138633</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="226157" data-lia-user-login="SusanRay" class="lia-mention lia-mention-user"&gt;SusanRay&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I for got to mention that when you are setting up your dynamic value, don't forget to use [ and ] (ie. [Drillthrough Title Piece] )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, the location of a measure doesn't matter.&amp;nbsp; (I usually set up an empty table to put them in.)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Sep 2023 18:00:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Dynamic-Text-for-a-Drill-Through/m-p/3431479#M1138633</guid>
      <dc:creator>gmsamborn</dc:creator>
      <dc:date>2023-09-14T18:00:56Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Text for a Drill Through</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Dynamic-Text-for-a-Drill-Through/m-p/3431582#M1138661</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="426215" data-lia-user-login="gmsamborn" class="lia-mention lia-mention-user"&gt;gmsamborn&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are getting closer.&amp;nbsp;&lt;/P&gt;&lt;P&gt;An updated file is available here:&amp;nbsp;&lt;A href="https://drive.google.com/file/d/1AkwWiwWJlF3HzduyjFATpsp33aka8r_q/view?usp=sharing" target="_blank"&gt;&amp;nbsp;https://drive.google.com/file/d/1AkwWiwWJlF3HzduyjFATpsp33aka8r_q/view?usp=sharing&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was able to create the measure using your code without a problem, and by adding the [ ] I got the dynamic text added to the text box.&amp;nbsp; But it isn't giving me the information I am looking for.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Rather than repeating the Color Parameter, which it does now, I want it to show which aspect of the selected measure was chosen for the drill through. (For example, 'Female' for Gender. OR 'Asian' for Race/Ethnicity. OR 'International' for Residency')&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does that make sense?&lt;/P&gt;</description>
      <pubDate>Thu, 14 Sep 2023 18:03:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Dynamic-Text-for-a-Drill-Through/m-p/3431582#M1138661</guid>
      <dc:creator>SusanRay</dc:creator>
      <dc:date>2023-09-14T18:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Text for a Drill Through</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Dynamic-Text-for-a-Drill-Through/m-p/3431655#M1138689</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="226157" data-lia-user-login="SusanRay" class="lia-mention lia-mention-user"&gt;SusanRay&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My mistake with that last measure.&lt;/P&gt;&lt;P&gt;The last line should be returning _Logic not _ColorParm.&lt;/P&gt;&lt;P&gt;Sorry about that.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Sep 2023 18:57:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Dynamic-Text-for-a-Drill-Through/m-p/3431655#M1138689</guid>
      <dc:creator>gmsamborn</dc:creator>
      <dc:date>2023-09-14T18:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Text for a Drill Through</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Dynamic-Text-for-a-Drill-Through/m-p/3436642#M1140060</link>
      <description>&lt;P&gt;Thank You!!!&lt;/P&gt;</description>
      <pubDate>Mon, 18 Sep 2023 15:49:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Dynamic-Text-for-a-Drill-Through/m-p/3436642#M1140060</guid>
      <dc:creator>SusanRay</dc:creator>
      <dc:date>2023-09-18T15:49:54Z</dc:date>
    </item>
  </channel>
</rss>

