<?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 a selection data in a card with an &amp;quot;IF&amp;quot; function in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Display-a-selection-data-in-a-card-with-an-quot-IF-quot-function/m-p/3230343#M118503</link>
    <description>&lt;P&gt;Hi everyone,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to know certainly something easy and simple ...&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The objective is to display in a card the data "Name of Brand" that is selected in the filter "Brand" otherwise, if no selection then diplay a blanck.&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;Is it possible to do a dax formula with " (Brand[Name of Brand] is not selected, "", [Brand of name])&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance for your help,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Léna&lt;/P&gt;</description>
    <pubDate>Thu, 11 May 2023 08:32:49 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-05-11T08:32:49Z</dc:date>
    <item>
      <title>Display a selection data in a card with an "IF" function</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Display-a-selection-data-in-a-card-with-an-quot-IF-quot-function/m-p/3230343#M118503</link>
      <description>&lt;P&gt;Hi everyone,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to know certainly something easy and simple ...&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The objective is to display in a card the data "Name of Brand" that is selected in the filter "Brand" otherwise, if no selection then diplay a blanck.&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;Is it possible to do a dax formula with " (Brand[Name of Brand] is not selected, "", [Brand of name])&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance for your help,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Léna&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2023 08:32:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Display-a-selection-data-in-a-card-with-an-quot-IF-quot-function/m-p/3230343#M118503</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-05-11T08:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: Display a selection data in a card with an "IF" function</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Display-a-selection-data-in-a-card-with-an-quot-IF-quot-function/m-p/3230374#M118506</link>
      <description>&lt;P&gt;I am back with a solution that works :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mesure = if(ISFILTERED('Brand'[Name of brand]),FILTERS('Brand'[Name of brand]),"")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maybe we can optimise it ?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2023 08:52:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Display-a-selection-data-in-a-card-with-an-quot-IF-quot-function/m-p/3230374#M118506</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-05-11T08:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: Display a selection data in a card with an "IF" function</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Display-a-selection-data-in-a-card-with-an-quot-IF-quot-function/m-p/3230382#M118507</link>
      <description>&lt;P&gt;hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;try to plot a measure like:&lt;/P&gt;&lt;P&gt;Measure =&lt;BR /&gt;IF(&lt;BR /&gt;SELECTEDVALUE(data[brand])=BLANK(),&lt;BR /&gt;"",&lt;BR /&gt;SELECTEDVALUE(data[brand])&lt;BR /&gt;)&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2023 08:57:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Display-a-selection-data-in-a-card-with-an-quot-IF-quot-function/m-p/3230382#M118507</guid>
      <dc:creator>FreemanZ</dc:creator>
      <dc:date>2023-05-11T08:57:17Z</dc:date>
    </item>
  </channel>
</rss>

