<?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 Simple Calculation Blows Up Table Visualization in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Simple-Calculation-Blows-Up-Table-Visualization/m-p/1847658#M39437</link>
    <description>&lt;P&gt;I created a simple table visualization with 57 rows of data. I'm trying to perform a simple calculation with a new measure, calculate(100-sum(price)) but when I do, the table explodes into 1000s of records, majority of this new measure being 100. I'm assuming the calculation is performing on the blank rows.&amp;nbsp; How do I prevent it from calculating on the blank rows and to just perform the calculation on the original 57 rows of data?&lt;/P&gt;</description>
    <pubDate>Tue, 18 May 2021 03:01:21 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-05-18T03:01:21Z</dc:date>
    <item>
      <title>Simple Calculation Blows Up Table Visualization</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Simple-Calculation-Blows-Up-Table-Visualization/m-p/1847658#M39437</link>
      <description>&lt;P&gt;I created a simple table visualization with 57 rows of data. I'm trying to perform a simple calculation with a new measure, calculate(100-sum(price)) but when I do, the table explodes into 1000s of records, majority of this new measure being 100. I'm assuming the calculation is performing on the blank rows.&amp;nbsp; How do I prevent it from calculating on the blank rows and to just perform the calculation on the original 57 rows of data?&lt;/P&gt;</description>
      <pubDate>Tue, 18 May 2021 03:01:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Simple-Calculation-Blows-Up-Table-Visualization/m-p/1847658#M39437</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-05-18T03:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Calculation Blows Up Table Visualization</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Simple-Calculation-Blows-Up-Table-Visualization/m-p/1847703#M39440</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am not sure how you created your measure for 57 rows in table visualization, but please try something like the below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;New measure =&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;EM&gt;IF (&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;[your measure that created 57 rows] &amp;lt;&amp;gt; BLANK (),&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;100 - [your measure that created 57 rows]&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="”calibri" color="”#0000FF”"&gt;&lt;STRONG&gt;Hi, My name is Jihwan Kim. &lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="”calibri" color="”#0000FF”"&gt;&lt;STRONG&gt;If this post helps, then please consider accept it as the solution to help other members find it faster, and give a big thumbs up. &lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="”calibri" color="”#0000FF”"&gt;Linkedin: linkedin.com/in/jihwankim1975/&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="”calibri" color="”#0000FF”"&gt;Twitter: twitter.com/Jihwan_JHKIM&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 May 2021 03:31:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Simple-Calculation-Blows-Up-Table-Visualization/m-p/1847703#M39440</guid>
      <dc:creator>Jihwan_Kim</dc:creator>
      <dc:date>2021-05-18T03:31:17Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Calculation Blows Up Table Visualization</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Simple-Calculation-Blows-Up-Table-Visualization/m-p/1848629#M39466</link>
      <description>&lt;P&gt;It can also be that the fields in the table and the ones used in the measure are not related properly in the model. This will result in a cross join between all used tables and thus the thousands of rows you are getting.&lt;/P&gt;</description>
      <pubDate>Tue, 18 May 2021 11:08:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Simple-Calculation-Blows-Up-Table-Visualization/m-p/1848629#M39466</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-05-18T11:08:26Z</dc:date>
    </item>
  </channel>
</rss>

