<?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 line graph from calculated table in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/line-graph-from-calculated-table/m-p/1523973#M29786</link>
    <description>&lt;P&gt;Hi, I try to explain my problem.&lt;/P&gt;&lt;P&gt;I have a matrix table, where the value are calculated in a new measure.&lt;/P&gt;&lt;P&gt;This measure is an amount, but I transform the value in percentage (on the row total). The result is that at the end of each row I will have always 100%.&lt;/P&gt;&lt;P&gt;Below is the link to make you understand how the measure is calculated.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.powerbi.com/t5/DAX-Commands-and-Tips/Matrix-table-with-sum/m-p/1521299#M29660" target="_self"&gt;https://community.powerbi.com/t5/DAX-Commands-and-Tips/Matrix-table-with-sum/m-p/1521299#M29660&lt;/A&gt;&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;The focus is that for ech of my cluster (secured, unsecured) I can choice "shows the value as a percentage of the row total". So, at the end of the row I have 100%&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I want to trasform this matrix table in a Line Graph, because I would like to show the trend of the lines, up to 100%. This shows how long it takes for each of the clusters to make sales (when both clusters reach 100%). But in this case I don't have ""shows the value as a percentage of the row total" but only "shows the value as a percentage of the total".&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, I can only show the value as a percentage of the grand total and not the percentage of the row total.&lt;/P&gt;&lt;P&gt;The line chart will therefore not tend to 100% for each cluster.&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;The trend of each cluster is based on the total. So one cluster will reach 85% and the other 15%. Instead both, as mentioned, should reach 100%&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 30 Nov 2020 11:00:48 GMT</pubDate>
    <dc:creator>Carlo1975</dc:creator>
    <dc:date>2020-11-30T11:00:48Z</dc:date>
    <item>
      <title>line graph from calculated table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/line-graph-from-calculated-table/m-p/1523973#M29786</link>
      <description>&lt;P&gt;Hi, I try to explain my problem.&lt;/P&gt;&lt;P&gt;I have a matrix table, where the value are calculated in a new measure.&lt;/P&gt;&lt;P&gt;This measure is an amount, but I transform the value in percentage (on the row total). The result is that at the end of each row I will have always 100%.&lt;/P&gt;&lt;P&gt;Below is the link to make you understand how the measure is calculated.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.powerbi.com/t5/DAX-Commands-and-Tips/Matrix-table-with-sum/m-p/1521299#M29660" target="_self"&gt;https://community.powerbi.com/t5/DAX-Commands-and-Tips/Matrix-table-with-sum/m-p/1521299#M29660&lt;/A&gt;&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;The focus is that for ech of my cluster (secured, unsecured) I can choice "shows the value as a percentage of the row total". So, at the end of the row I have 100%&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I want to trasform this matrix table in a Line Graph, because I would like to show the trend of the lines, up to 100%. This shows how long it takes for each of the clusters to make sales (when both clusters reach 100%). But in this case I don't have ""shows the value as a percentage of the row total" but only "shows the value as a percentage of the total".&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, I can only show the value as a percentage of the grand total and not the percentage of the row total.&lt;/P&gt;&lt;P&gt;The line chart will therefore not tend to 100% for each cluster.&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;The trend of each cluster is based on the total. So one cluster will reach 85% and the other 15%. Instead both, as mentioned, should reach 100%&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Nov 2020 11:00:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/line-graph-from-calculated-table/m-p/1523973#M29786</guid>
      <dc:creator>Carlo1975</dc:creator>
      <dc:date>2020-11-30T11:00:48Z</dc:date>
    </item>
    <item>
      <title>Re: line graph from calculated table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/line-graph-from-calculated-table/m-p/1524686#M29819</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="272202" data-lia-user-login="Carlo1975" class="lia-mention lia-mention-user"&gt;Carlo1975&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Create a new measure based on the one you have. Should be something like:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;New Measure =
DIVIDE (
    [CurrentMeasure],
    CALCULATE ( [CurrentMeasure], ALL ( Table1[Quarter_Contabile_Number] ) )
)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Please mark the question solved when done and consider &lt;FONT color="#FF9900"&gt;giving a thumbs up if posts are helpful.&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#FF0000"&gt;Contact me privately for support with any larger-scale BI needs, tutoring, etc.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Cheers&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Nov 2020 17:03:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/line-graph-from-calculated-table/m-p/1524686#M29819</guid>
      <dc:creator>AlB</dc:creator>
      <dc:date>2020-11-30T17:03:03Z</dc:date>
    </item>
  </channel>
</rss>

