<?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 on column from measure in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Circular-Dependency-on-column-from-measure/m-p/3994481#M155107</link>
    <description>&lt;P&gt;I see other posts regarding the subject but my lack of skills is making it feel overwhelming...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to create multiple columns each from a Measure but as I create the 2nd one I get a circular reference. It feels crazy that I have to create one thing for the measure then one thing to turn that measure into an actual column, then a third thing to properly format that column, but here I am.&lt;BR /&gt;&lt;BR /&gt;Can someone show me how I can create multiple columns in the same table each referencing a different Measure? or better yet, how I can accomplish all three of those things in one step - a measure that is properly formatted and displayed in a column. Thank you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A title="calculator" href="https://drive.google.com/file/d/1C0zyNGvcawZILhAhGx8xqZ9l_FzXoUH5/view?usp=share_link" target="_blank" rel="noopener"&gt;Click here to access the file from my Drive&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 15 Jun 2024 21:04:47 GMT</pubDate>
    <dc:creator>mbsmeltzer</dc:creator>
    <dc:date>2024-06-15T21:04:47Z</dc:date>
    <item>
      <title>Circular Dependency on column from measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Circular-Dependency-on-column-from-measure/m-p/3994481#M155107</link>
      <description>&lt;P&gt;I see other posts regarding the subject but my lack of skills is making it feel overwhelming...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to create multiple columns each from a Measure but as I create the 2nd one I get a circular reference. It feels crazy that I have to create one thing for the measure then one thing to turn that measure into an actual column, then a third thing to properly format that column, but here I am.&lt;BR /&gt;&lt;BR /&gt;Can someone show me how I can create multiple columns in the same table each referencing a different Measure? or better yet, how I can accomplish all three of those things in one step - a measure that is properly formatted and displayed in a column. Thank you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A title="calculator" href="https://drive.google.com/file/d/1C0zyNGvcawZILhAhGx8xqZ9l_FzXoUH5/view?usp=share_link" target="_blank" rel="noopener"&gt;Click here to access the file from my Drive&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 15 Jun 2024 21:04:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Circular-Dependency-on-column-from-measure/m-p/3994481#M155107</guid>
      <dc:creator>mbsmeltzer</dc:creator>
      <dc:date>2024-06-15T21:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: Circular Dependency on column from measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Circular-Dependency-on-column-from-measure/m-p/3994514#M155109</link>
      <description>&lt;P&gt;you are using the wrong approach. Read my article here&amp;nbsp;&lt;A href="https://exceleratorbi.com.au/calculated-columns-vs-measures-dax/" target="_blank"&gt;https://exceleratorbi.com.au/calculated-columns-vs-measures-dax/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the reason it doesn't work is complex and probably not as important as knowing you simply shouldn't do it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;one of the key concepts you need to learn (and follow) is a process on how to write measures. I argue the reason beginners write calculated columns and not measures is because with a calculated column you can "see" the data. You need to set up the same feedback loop for measures. Always do this&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;go to a new blank report page (sheet in Excel)&lt;/LI&gt;&lt;LI&gt;add a matrix (pivot table in Excel)&lt;/LI&gt;&lt;LI&gt;Add something meaningful into rows on the visual. &amp;nbsp;Something that should respond to/change with your measure&lt;/LI&gt;&lt;LI&gt;Write the measure and add it to the visual.&lt;/LI&gt;&lt;LI&gt;don't try to boil the ocean. Write part of the "solution" and check it is working before proceeding. &amp;nbsp;&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Sat, 15 Jun 2024 21:53:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Circular-Dependency-on-column-from-measure/m-p/3994514#M155109</guid>
      <dc:creator>MattAllington</dc:creator>
      <dc:date>2024-06-15T21:53:41Z</dc:date>
    </item>
    <item>
      <title>Re: Circular Dependency on column from measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Circular-Dependency-on-column-from-measure/m-p/3994667#M155123</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="760721" data-lia-user-login="mbsmeltzer" class="lia-mention lia-mention-user"&gt;mbsmeltzer&lt;/a&gt;&amp;nbsp;Read this:&amp;nbsp;&lt;A href="https://www.antmanbi.com/post/circular-dependency-between-calculated-columns-in-a-table" target="_blank" rel="noopener"&gt;https://www.antmanbi.com/post/circular-dependency-between-calculated-columns-in-a-table&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 16 Jun 2024 06:06:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Circular-Dependency-on-column-from-measure/m-p/3994667#M155123</guid>
      <dc:creator>AntrikshSharma</dc:creator>
      <dc:date>2024-06-16T06:06:16Z</dc:date>
    </item>
  </channel>
</rss>

