<?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 Re: Suming a measure in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Suming-a-measure/m-p/2721448#M83017</link>
    <description>&lt;P&gt;Hi:&lt;/P&gt;
&lt;P&gt;That will be helpful, even if it's a few rows from each table involved. Thanks!&lt;/P&gt;</description>
    <pubDate>Tue, 23 Aug 2022 20:25:41 GMT</pubDate>
    <dc:creator>Whitewater100</dc:creator>
    <dc:date>2022-08-23T20:25:41Z</dc:date>
    <item>
      <title>Suming a measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Suming-a-measure/m-p/2715342#M82656</link>
      <description>&lt;P&gt;HI everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to sum "Multiplicando" column. I tried to do the sum in the column "Sumando Multiplicando" but i failed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried this measure:&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Sumando Multiplicando = SUMX( ADDCOLUMNS( SUMMARIZE( Combinar1, Combinar1[NumSem], Combinar1[AñoySem]), "Columna1", [Multiplicando]),[Columna1])&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I hope someone can help me.&lt;/P&gt;</description>
      <pubDate>Sun, 21 Aug 2022 23:08:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Suming-a-measure/m-p/2715342#M82656</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-08-21T23:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: Suming a measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Suming-a-measure/m-p/2715395#M82658</link>
      <description>&lt;P&gt;Hello:&lt;/P&gt;
&lt;P&gt;What happens if you just do:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Sumando Multiplicando = SUM(TableName[Multiplicando])?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Aug 2022 00:42:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Suming-a-measure/m-p/2715395#M82658</guid>
      <dc:creator>Whitewater100</dc:creator>
      <dc:date>2022-08-22T00:42:21Z</dc:date>
    </item>
    <item>
      <title>Re: Suming a measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Suming-a-measure/m-p/2715417#M82660</link>
      <description>&lt;P&gt;I forgot say that "Multiplicando" is a measure:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Multiplicando = [Var Kilos - Var Kilos Promedio] * [Var Precio - Var Precio Promedio] * [Measure Filter]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Ty for responding &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 22 Aug 2022 01:24:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Suming-a-measure/m-p/2715417#M82660</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-08-22T01:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: Suming a measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Suming-a-measure/m-p/2716680#M82710</link>
      <description>&lt;P&gt;Maybe try&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;measure= sumx(table([&lt;EM&gt;ID&lt;/EM&gt;]),[multiplicando])&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the table[ID] refers to whatever you are using to make the rows in your table. I guess it could be ('table'[NumSem]) or ('table'[&lt;SPAN&gt;AñoySem])&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Aug 2022 11:05:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Suming-a-measure/m-p/2716680#M82710</guid>
      <dc:creator>PurpleGate</dc:creator>
      <dc:date>2022-08-22T11:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: Suming a measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Suming-a-measure/m-p/2717147#M82742</link>
      <description>&lt;P&gt;I tried that and appears :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;No se puede determinar un valor único para la columna 'NumSem' en la tabla 'Combinar1'. Esto puede suceder cuando una fórmula de medida hace referencia a una columna que contiene muchos valores sin especificar una agregación, como min, max, count o sum, para obtener un resultado único.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Translated to english :&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class=""&gt;Cannot determine a unique value for column 'SemNum' in table 'Join1'. This can happen when a measure formula references a column that contains many values ​​without specifying an aggregation, such as min, max, count, or sum, to get a single result.&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Aug 2022 13:11:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Suming-a-measure/m-p/2717147#M82742</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-08-22T13:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: Suming a measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Suming-a-measure/m-p/2717215#M82745</link>
      <description>&lt;P&gt;Maybe take out the column name and just have&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Measure = SUMX(Combinar1,[multiplicando])&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Aug 2022 13:24:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Suming-a-measure/m-p/2717215#M82745</guid>
      <dc:creator>PurpleGate</dc:creator>
      <dc:date>2022-08-22T13:24:44Z</dc:date>
    </item>
    <item>
      <title>Re: Suming a measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Suming-a-measure/m-p/2717313#M82749</link>
      <description>&lt;P&gt;iT gives a result but a wrong one.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The result was 0,25. But if you sum "Multiplicando" column manually we can see that is not true.&amp;nbsp; The correct result should be 1,31. I have been trying some measures and all are given me the same incorrect result 0,25. Im going to try filtering first by a measure&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My tries are:&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Sumando Multipl = SUMX( ADDCOLUMNS( SUMMARIZE( Combinar1, Combinar1[NumSem], Combinar1[AñoySem]), "Columna1", [Var Kilos - Var Kilos Promedio] * [Var Precio - Var Precio Promedio] ),[Columna1])&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Sumando Multiplicando = SUMX( ADDCOLUMNS( SUMMARIZE( Combinar1, Combinar1[NumSem], Combinar1[AñoySem]), "Columna1", [Multiplicando]),[Columna1])&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Aug 2022 13:39:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Suming-a-measure/m-p/2717313#M82749</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-08-22T13:39:31Z</dc:date>
    </item>
    <item>
      <title>Re: Suming a measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Suming-a-measure/m-p/2718068#M82775</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;
&lt;P&gt;Can you share an example file? Thanks..&lt;/P&gt;</description>
      <pubDate>Mon, 22 Aug 2022 18:41:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Suming-a-measure/m-p/2718068#M82775</guid>
      <dc:creator>Whitewater100</dc:creator>
      <dc:date>2022-08-22T18:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: Suming a measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Suming-a-measure/m-p/2718412#M82807</link>
      <description>&lt;P&gt;Im going to share a file as soon as i can.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ty.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Aug 2022 22:00:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Suming-a-measure/m-p/2718412#M82807</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-08-22T22:00:06Z</dc:date>
    </item>
    <item>
      <title>Re: Suming a measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Suming-a-measure/m-p/2721448#M83017</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;
&lt;P&gt;That will be helpful, even if it's a few rows from each table involved. Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 23 Aug 2022 20:25:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Suming-a-measure/m-p/2721448#M83017</guid>
      <dc:creator>Whitewater100</dc:creator>
      <dc:date>2022-08-23T20:25:41Z</dc:date>
    </item>
    <item>
      <title>Re: Suming a measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Suming-a-measure/m-p/2729648#M83547</link>
      <description>&lt;P&gt;&lt;BR /&gt;&lt;A href="https://app.powerbi.com/reportEmbed?reportId=58e1ccf1-4df9-4198-a63d-cd9fc82a5787&amp;amp;autoAuth=true&amp;amp;ctid=c5338e3f-9c2c-4a29-8f4e-a61566ea3e78" target="_blank"&gt;https://app.powerbi.com/reportEmbed?reportId=58e1ccf1-4df9-4198-a63d-cd9fc82a5787&amp;amp;autoAuth=true&amp;amp;ctid=c5338e3f-9c2c-4a29-8f4e-a61566ea3e78&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Here is a example file. The important sheet is "Tabla principal mejorada"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you see it?&lt;/P&gt;</description>
      <pubDate>Fri, 26 Aug 2022 19:31:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Suming-a-measure/m-p/2729648#M83547</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-08-26T19:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: Suming a measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Suming-a-measure/m-p/2729682#M83550</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;
&lt;P&gt;I still can not see it. Can you save it to google drive or dropbox and send it that way, as a link?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;
&lt;P&gt;Bill&lt;/P&gt;</description>
      <pubDate>Fri, 26 Aug 2022 19:36:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Suming-a-measure/m-p/2729682#M83550</guid>
      <dc:creator>Whitewater100</dc:creator>
      <dc:date>2022-08-26T19:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: Suming a measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Suming-a-measure/m-p/2729727#M83553</link>
      <description>&lt;P&gt;Now i think will work&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://drive.google.com/file/d/1CJOCZs7VA-_dPH2pE30lYO3qnqGkeN3Y/view?usp=sharing" target="_blank"&gt;https://drive.google.com/file/d/1CJOCZs7VA-_dPH2pE30lYO3qnqGkeN3Y/view?usp=sharing&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Aug 2022 20:08:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Suming-a-measure/m-p/2729727#M83553</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-08-26T20:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: Suming a measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Suming-a-measure/m-p/2729734#M83555</link>
      <description>&lt;P&gt;Remember that i want to create a measure that allows me to sum "Multiplicando" column. All columns to the right of "Multiplicando" column are tries that i did to sum that column, sadly my tries were unsuccesfull.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for helping me.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Aug 2022 20:13:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Suming-a-measure/m-p/2729734#M83555</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-08-26T20:13:27Z</dc:date>
    </item>
    <item>
      <title>Re: Suming a measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Suming-a-measure/m-p/2730848#M83631</link>
      <description>&lt;P&gt;Hello Gustavo:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I was able to open your file but there is no data in Table Medidas. I beleive you have a SUMX total issue. I will paste a couple of examples how to write the code for this type of problem.&lt;/P&gt;
&lt;P&gt;Single Measure = SUM(_sUMxTABLE[amount]) -1000&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Total Measure =&lt;/P&gt;
&lt;P&gt;var vtable = SUMMARIZE(_sUMxTABLE,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; _sUMxTABLE[ID],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "AMT", [single measure])&lt;/P&gt;
&lt;P&gt;return&lt;/P&gt;
&lt;P&gt;IF(HASONEVALUE(_sUMxTABLE[ID]),[Single Measure], SUMX(vtable,[AMT]))&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&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;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So, if we have a measure like:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;m_Single = SUM(Table1[Value])-50&lt;/P&gt;
&lt;P&gt;This measure will cause problems in total lines. So, if we are summarizing by [Name], we create this measure:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;m_Total 1 =&lt;/P&gt;
&lt;P&gt;VAR __table = SUMMARIZE('Table1',[Name],"__value",[m_Single])&lt;/P&gt;
&lt;P&gt;RETURN&lt;/P&gt;
&lt;P&gt;IF(HASONEVALUE(Table1[Name]),[m_Single],SUMX(__table,[__value]))&lt;/P&gt;
&lt;P&gt;If we are summarizing by [Category1], we create this measure:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;m_Total 2 =&lt;/P&gt;
&lt;P&gt;VAR __table = SUMMARIZE('Table1',[Category1],"__value",[m_Single])&lt;/P&gt;
&lt;P&gt;RETURN&lt;/P&gt;
&lt;P&gt;IF(HASONEVALUE(Table1[Category1]),[m_Single],SUMX(__table,[__value]))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;NEXT EXAMPLE w SUMMARIZE:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;sum Count of LINENUM =&lt;/P&gt;
&lt;P&gt;SUMX (&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUMMARIZE (&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LEM_STATUS_ALL_V,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LEM_STATUS_ALL_V[WAPPRDATE],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LEM_STATUS_ALL_V[WAPPRBY],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LEM_STATUS_ALL_V[SUBMITBY]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ),&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CALCULATE (&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DISTINCTCOUNT ( 'LEM_STATUS_ALL_V'[LINENUM] ),&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'LEM_STATUS_ALL_V'[LEMNUM]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/P&gt;
&lt;P&gt;)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope the language translates OK for you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you..&lt;/P&gt;</description>
      <pubDate>Sun, 28 Aug 2022 14:11:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Suming-a-measure/m-p/2730848#M83631</guid>
      <dc:creator>Whitewater100</dc:creator>
      <dc:date>2022-08-28T14:11:27Z</dc:date>
    </item>
    <item>
      <title>Re: Suming a measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Suming-a-measure/m-p/2730850#M83632</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;
&lt;P&gt;If you are using measure as filter is a single visual you can try something like this(example):&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 28 Aug 2022 14:16:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Suming-a-measure/m-p/2730850#M83632</guid>
      <dc:creator>Whitewater100</dc:creator>
      <dc:date>2022-08-28T14:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: Suming a measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Suming-a-measure/m-p/2730859#M83634</link>
      <description>&lt;P&gt;Table "Medidas" is a table that i created to store my measure, is normal if you dont see columns.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Im going to read your answer, ty vry much.&lt;/P&gt;</description>
      <pubDate>Sun, 28 Aug 2022 14:40:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Suming-a-measure/m-p/2730859#M83634</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-08-28T14:40:23Z</dc:date>
    </item>
    <item>
      <title>Re: Suming a measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Suming-a-measure/m-p/2733551#M83783</link>
      <description>&lt;P&gt;I tried the first option i didnt work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The measure "Multiplicando" that i want to sum is this :&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Multiplicando = [Var Kilos - Var Kilos Promedio] * [Var Precio - Var Precio Promedio] * [Measure Filter]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;img /&gt;&lt;P&gt;Remember the first to columns are not measures, everthing else are measures. Im going to still trying, ty vry much Whitewater100&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 29 Aug 2022 21:11:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Suming-a-measure/m-p/2733551#M83783</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-08-29T21:11:16Z</dc:date>
    </item>
  </channel>
</rss>

