<?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 Circular dependency in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Circular-dependency/m-p/1749451#M36420</link>
    <description>&lt;P&gt;Hello community, I am having a problem when I want to apply the following DAX that refers to Circular dependency:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;cantidad_plataforma_todas = if(MoviesAllServicesStreaming[cantidad_plataforma] = 1, "Una plataforma", if (MoviesAllServicesStreaming[cantidad_plataforma] = 2, "Dos plataformas", if(MoviesAllServicesStreaming[cantidad_plataforma] = 3, "tres plataformas", if(MoviesAllServicesStreaming[cantidad_plataforma] = 4, "Cuatro plataformas"))))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;P&gt;My question is Do you have any suggestion to solve it? I have no problem to share the file since it is an educational project.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://drive.google.com/drive/folders/1CRNkm2UyaBuwJQTSBg7oT0wMQFe9zt10?usp=sharing" target="_blank"&gt;https://drive.google.com/drive/folders/1CRNkm2UyaBuwJQTSBg7oT0wMQFe9zt10?usp=sharing&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Sat, 27 Mar 2021 14:32:45 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-03-27T14:32:45Z</dc:date>
    <item>
      <title>Circular dependency</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Circular-dependency/m-p/1749451#M36420</link>
      <description>&lt;P&gt;Hello community, I am having a problem when I want to apply the following DAX that refers to Circular dependency:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;cantidad_plataforma_todas = if(MoviesAllServicesStreaming[cantidad_plataforma] = 1, "Una plataforma", if (MoviesAllServicesStreaming[cantidad_plataforma] = 2, "Dos plataformas", if(MoviesAllServicesStreaming[cantidad_plataforma] = 3, "tres plataformas", if(MoviesAllServicesStreaming[cantidad_plataforma] = 4, "Cuatro plataformas"))))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;P&gt;My question is Do you have any suggestion to solve it? I have no problem to share the file since it is an educational project.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://drive.google.com/drive/folders/1CRNkm2UyaBuwJQTSBg7oT0wMQFe9zt10?usp=sharing" target="_blank"&gt;https://drive.google.com/drive/folders/1CRNkm2UyaBuwJQTSBg7oT0wMQFe9zt10?usp=sharing&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 27 Mar 2021 14:32:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Circular-dependency/m-p/1749451#M36420</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-03-27T14:32:45Z</dc:date>
    </item>
    <item>
      <title>Re: Circular dependency</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Circular-dependency/m-p/1749464#M36424</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Your circular dependency is a caused by a &amp;nbsp;combination of:&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN&gt;The use of calculate in the calculated colomn [cantidad_plataforma] &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Lack of a column with unique identifiers (ID has a few blanks)&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN&gt;The simplest solution is not using calculate in [cantidad_plataforma]. The calculation can be done using row context (just adding the columns).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;(there is an error in &amp;nbsp;[cantidad_plataforma]: ‘Hulu’ is counted twice, but that has nothing to do with your circular dependency)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 27 Mar 2021 15:07:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Circular-dependency/m-p/1749464#M36424</guid>
      <dc:creator>JW_van_Holst</dc:creator>
      <dc:date>2021-03-27T15:07:26Z</dc:date>
    </item>
  </channel>
</rss>

