<?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 Only show Dim information if parameter is correct in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Only-show-Dim-information-if-parameter-is-correct/m-p/1989307#M43982</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I want to create is a measure in Dim_Client that shows the data of Age, Gender, Name only if the colomn Client_Info = 1.&lt;/P&gt;&lt;P&gt;Example: If(Client_Info = 1 then show:&amp;nbsp;Age, Gender, Name), Else (Show blank())&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;Access to the Power BI File:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.dropbox.com/s/ap7m662l3qup8wj/Auth_Set.pbix?dl=0" target="_blank"&gt;https://www.dropbox.com/s/ap7m662l3qup8wj/Auth_Set.pbix?dl=0&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Fri, 30 Jul 2021 09:11:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-07-30T09:11:04Z</dc:date>
    <item>
      <title>Only show Dim information if parameter is correct</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Only-show-Dim-information-if-parameter-is-correct/m-p/1989307#M43982</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I want to create is a measure in Dim_Client that shows the data of Age, Gender, Name only if the colomn Client_Info = 1.&lt;/P&gt;&lt;P&gt;Example: If(Client_Info = 1 then show:&amp;nbsp;Age, Gender, Name), Else (Show blank())&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;Access to the Power BI File:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.dropbox.com/s/ap7m662l3qup8wj/Auth_Set.pbix?dl=0" target="_blank"&gt;https://www.dropbox.com/s/ap7m662l3qup8wj/Auth_Set.pbix?dl=0&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jul 2021 09:11:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Only-show-Dim-information-if-parameter-is-correct/m-p/1989307#M43982</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-07-30T09:11:04Z</dc:date>
    </item>
    <item>
      <title>Re: Only show Dim information if parameter is correct</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Only-show-Dim-information-if-parameter-is-correct/m-p/1989503#M43986</link>
      <description>&lt;P&gt;You can create the measure likke:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;_Age =
IF (
    SELECTEDVALUE ( Dim_auth[Client_Info] ) = 1,
    TOPN ( 1, VALUES ( Dim_Client[Age] ) )
)&lt;/LI-CODE&gt;&lt;P&gt;Please check the &lt;A href="https://1drv.ms/u/s!Av818ZuCvnplgYMRjPGczwqkWiyPdg?e=g6KjBy" target="_self"&gt;updated file&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jul 2021 10:26:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Only-show-Dim-information-if-parameter-is-correct/m-p/1989503#M43986</guid>
      <dc:creator>Mohammad_Refaei</dc:creator>
      <dc:date>2021-07-30T10:26:18Z</dc:date>
    </item>
  </channel>
</rss>

