<?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 How to Create a Dynamic Power BI Label Based On Multiple Potential Drill-Through Options in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-Create-a-Dynamic-Power-BI-Label-Based-On-Multiple/m-p/787676#M4393</link>
    <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;I need some help creating a custom Power BI Label [Card Visual]. I have a summary page and a detail page I want to drill-through too. There are three Team Charts on the summary tab that contain a simple Manager-Employee hierarchy. (Sales Team, Distribution Team, and Service Team).&lt;/P&gt;&lt;P&gt;Each record in the detail has a Sales Manager/Employee, Distribution Manager/Employee, and Service Manager/Employee. So I was easily able to set up a drill-through to the detail page for each of my Manager/Employee charts. However, I cannot create a custom label.&lt;/P&gt;&lt;P&gt;When I drill-through on Sales Manager chart, I want the label on the detail page to say "Sales Manager [Name] Detail". When I drill-though on the Service Employee I want the detail page to say "Service Employee [Name] Detail."&lt;/P&gt;&lt;P&gt;Is it possible to create such a dynamic label?&lt;/P&gt;&lt;P&gt;I could theoretically create a detail page for each Team. This would balloon to 6 detail tabs (Sales Manager Detail, Sales Employee Detail, Dist. Manager Detail, Dist. Employee Detail, Service Manager Detail, Service Employee Detail)&lt;/P&gt;&lt;P&gt;I would also need to create 6 label measures.&lt;/P&gt;&lt;P&gt;Sales Manager Label = var selectedSalesManager = SELECTEDVALUE('Detail'[SalesManager]) return IF(ISBLANK(selectedSalesManager), "All Managers", selectedSalesManager &amp;amp; "'s Team Detail")&lt;/P&gt;&lt;P&gt;I'm really hoping there is a way to achieve what I'm after, and I appreciate everyone's help and insight!&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
    <pubDate>Tue, 10 Sep 2019 01:50:31 GMT</pubDate>
    <dc:creator>Keith3618</dc:creator>
    <dc:date>2019-09-10T01:50:31Z</dc:date>
    <item>
      <title>How to Create a Dynamic Power BI Label Based On Multiple Potential Drill-Through Options</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-Create-a-Dynamic-Power-BI-Label-Based-On-Multiple/m-p/787676#M4393</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;I need some help creating a custom Power BI Label [Card Visual]. I have a summary page and a detail page I want to drill-through too. There are three Team Charts on the summary tab that contain a simple Manager-Employee hierarchy. (Sales Team, Distribution Team, and Service Team).&lt;/P&gt;&lt;P&gt;Each record in the detail has a Sales Manager/Employee, Distribution Manager/Employee, and Service Manager/Employee. So I was easily able to set up a drill-through to the detail page for each of my Manager/Employee charts. However, I cannot create a custom label.&lt;/P&gt;&lt;P&gt;When I drill-through on Sales Manager chart, I want the label on the detail page to say "Sales Manager [Name] Detail". When I drill-though on the Service Employee I want the detail page to say "Service Employee [Name] Detail."&lt;/P&gt;&lt;P&gt;Is it possible to create such a dynamic label?&lt;/P&gt;&lt;P&gt;I could theoretically create a detail page for each Team. This would balloon to 6 detail tabs (Sales Manager Detail, Sales Employee Detail, Dist. Manager Detail, Dist. Employee Detail, Service Manager Detail, Service Employee Detail)&lt;/P&gt;&lt;P&gt;I would also need to create 6 label measures.&lt;/P&gt;&lt;P&gt;Sales Manager Label = var selectedSalesManager = SELECTEDVALUE('Detail'[SalesManager]) return IF(ISBLANK(selectedSalesManager), "All Managers", selectedSalesManager &amp;amp; "'s Team Detail")&lt;/P&gt;&lt;P&gt;I'm really hoping there is a way to achieve what I'm after, and I appreciate everyone's help and insight!&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Sep 2019 01:50:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-Create-a-Dynamic-Power-BI-Label-Based-On-Multiple/m-p/787676#M4393</guid>
      <dc:creator>Keith3618</dc:creator>
      <dc:date>2019-09-10T01:50:31Z</dc:date>
    </item>
  </channel>
</rss>

