<?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: Divide the value of a dynamic column in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Divide-the-value-of-a-dynamic-column/m-p/2465509#M66999</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="380280" data-lia-user-login="jmgarcia34" class="lia-mention lia-mention-user"&gt;jmgarcia34&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;It is simple but I've been trying to get any piece of info about your data however, until now I don't know whether the values displayed in your table visual are coming from tables or are measures that you've created! DAX is simple but in DAX we have different contexts of evaluation. This is why it makes a big difference which of them is applicable. Please help me out and give me clear answers:&lt;BR /&gt;1. Did you create a measure called [Qty] or this is a column in the source data you just gragged it into the values of your matix? Does it represent the sum of quantity according the current filter context?&lt;BR /&gt;2. Did you create a measure called [YKU] or this is a column in the source data you just gragged it into the values of your matix? What dose it represent? Why do have some blank rows?&lt;/P&gt;</description>
    <pubDate>Wed, 20 Apr 2022 10:13:16 GMT</pubDate>
    <dc:creator>tamerj1</dc:creator>
    <dc:date>2022-04-20T10:13:16Z</dc:date>
    <item>
      <title>Divide the value of a dynamic column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Divide-the-value-of-a-dynamic-column/m-p/2463733#M66834</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My name is Jose and im new with power BI:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have this:&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 "QTY"&amp;nbsp;is adjusted according to the dates we choose in the date selector, so it is not a fixed number.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to DIVIDE this number by 4 in a column but with this formula take the QTY in total, no in the date selected&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;YKU = &lt;/SPAN&gt;&lt;SPAN&gt;SUM&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;postedsalesinvoiceSalesInvLines[Quantity]&lt;/SPAN&gt;&lt;SPAN&gt;)/&lt;/SPAN&gt;&lt;SPAN&gt;4&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Is there any way to select the column to make a new column that divides the values of the QTY COLUMN by 4?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 19 Apr 2022 13:56:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Divide-the-value-of-a-dynamic-column/m-p/2463733#M66834</guid>
      <dc:creator>jmgarcia34</dc:creator>
      <dc:date>2022-04-19T13:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: Divide the value of a dynamic column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Divide-the-value-of-a-dynamic-column/m-p/2463794#M66839</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="380280" data-lia-user-login="jmgarcia34" class="lia-mention lia-mention-user"&gt;jmgarcia34&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;when you say "&lt;SPAN&gt;&lt;EM&gt;I want to DIVIDE this number by 4 in a column but with this formula take the QTY in total, no in the date selected&lt;/EM&gt;" is this date in same table or you have a date table?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2022 14:32:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Divide-the-value-of-a-dynamic-column/m-p/2463794#M66839</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-04-19T14:32:45Z</dc:date>
    </item>
    <item>
      <title>Re: Divide the value of a dynamic column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Divide-the-value-of-a-dynamic-column/m-p/2463819#M66843</link>
      <description>&lt;P&gt;Hi and thanks in advance &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The date is in the same table (image below):&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;The idea is easy in excel:&lt;/P&gt;&lt;P&gt;A column that gives as result:&lt;/P&gt;&lt;P&gt;Qty/4&lt;/P&gt;&lt;P&gt;*Qty is variable depending on the selected date.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2022 14:39:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Divide-the-value-of-a-dynamic-column/m-p/2463819#M66843</guid>
      <dc:creator>jmgarcia34</dc:creator>
      <dc:date>2022-04-19T14:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: Divide the value of a dynamic column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Divide-the-value-of-a-dynamic-column/m-p/2464729#M66939</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="380280" data-lia-user-login="jmgarcia34" class="lia-mention lia-mention-user"&gt;jmgarcia34&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Then your formula &lt;U&gt;&lt;EM&gt;YKU =&amp;nbsp;SUM(postedsalesinvoiceSalesInvLines[Quantity])/&lt;/EM&gt;&lt;/U&gt;&lt;SPAN&gt;&lt;U&gt;&lt;EM&gt;4&lt;/EM&gt;&lt;/U&gt;&amp;nbsp;&lt;/SPAN&gt;is correct. What results are you getting if not correct?&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2022 04:02:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Divide-the-value-of-a-dynamic-column/m-p/2464729#M66939</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-04-20T04:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: Divide the value of a dynamic column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Divide-the-value-of-a-dynamic-column/m-p/2464966#M66955</link>
      <description>&lt;P&gt;The date is in the same table, i send the image in one message above&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2022 06:49:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Divide-the-value-of-a-dynamic-column/m-p/2464966#M66955</guid>
      <dc:creator>jmgarcia34</dc:creator>
      <dc:date>2022-04-20T06:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: Divide the value of a dynamic column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Divide-the-value-of-a-dynamic-column/m-p/2464994#M66958</link>
      <description>&lt;P&gt;&lt;A href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/380280" target="_blank"&gt;@jmgarcia34&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;you replied to the old measage&lt;/P&gt;&lt;P&gt;please reply to the following:&lt;BR /&gt;&lt;SPAN&gt;Then your formula &lt;/SPAN&gt;&lt;U&gt;&lt;EM&gt;YKU =&amp;nbsp;SUM(postedsalesinvoiceSalesInvLines[Quantity])/&lt;/EM&gt;&lt;/U&gt;&lt;SPAN&gt;&lt;U&gt;&lt;EM&gt;4&lt;/EM&gt;&lt;/U&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;is correct. What results are you getting if not correct?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2022 07:00:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Divide-the-value-of-a-dynamic-column/m-p/2464994#M66958</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-04-20T07:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: Divide the value of a dynamic column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Divide-the-value-of-a-dynamic-column/m-p/2465120#M66968</link>
      <description>&lt;P&gt;The results that this formula gives me are taken from:&lt;BR /&gt;"Quantity" Total since 2020.&lt;/P&gt;&lt;P&gt;It does not take the number shown in the table only on the dates we require.&lt;/P&gt;&lt;P&gt;We would like that division to be done in relation to the date and quantity shown in the table, since depending on the date..... that number varies&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2022 08:00:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Divide-the-value-of-a-dynamic-column/m-p/2465120#M66968</guid>
      <dc:creator>jmgarcia34</dc:creator>
      <dc:date>2022-04-20T08:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: Divide the value of a dynamic column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Divide-the-value-of-a-dynamic-column/m-p/2465200#M66974</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="380280" data-lia-user-login="jmgarcia34" class="lia-mention lia-mention-user"&gt;jmgarcia34&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;What is the X-Axis of this chart? Is it Date?&lt;BR /&gt;&lt;img /&gt;&lt;BR /&gt;Were shall the new measure fit in the visual? In the same table/chart? or In separate&amp;nbsp;card? Why do you say that&amp;nbsp;&lt;U&gt;&lt;EM&gt;SUM(postedsalesinvoiceSalesInvLines[Quantity])&lt;/EM&gt;&lt;/U&gt;&amp;nbsp;shall ignore the dates in the visual?! Are you sure you are creating a &lt;STRONG&gt;Measure&lt;/STRONG&gt; not a column?&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2022 08:36:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Divide-the-value-of-a-dynamic-column/m-p/2465200#M66974</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-04-20T08:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: Divide the value of a dynamic column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Divide-the-value-of-a-dynamic-column/m-p/2465222#M66978</link>
      <description>&lt;P&gt;Hello again, first of all thank you very much for your attention, really &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;&lt;P&gt;- yes, the x-axis is the date and the y-axis is the quantity (in the graph you see the orders of materials according to the selected dates and in the table you see the total)&lt;BR /&gt;- The new measure I would like to have it as a column only without affecting the graph (it is only to have a stock forecast).&lt;BR /&gt;- Yes, I am creating a measure.&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;The total quantity YKSESE-150G on the selected dates in the image is 10464, I would like to create the column (divided by 4) and have the result be 2616.&lt;/P&gt;&lt;P&gt;If I change the date range and the total Qty is 8000, the column I want to create should show 2000.&lt;/P&gt;&lt;P&gt;The problem is that if I put "SUM(postedsalesinvoiceSalesInvLines[Quantity])" what I said before happens, it takes the total Qty since 2020.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2022 08:45:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Divide-the-value-of-a-dynamic-column/m-p/2465222#M66978</guid>
      <dc:creator>jmgarcia34</dc:creator>
      <dc:date>2022-04-20T08:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: Divide the value of a dynamic column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Divide-the-value-of-a-dynamic-column/m-p/2465253#M66980</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="380280" data-lia-user-login="jmgarcia34" class="lia-mention lia-mention-user"&gt;jmgarcia34&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the measure value changes then the division of this measure over 4 &lt;STRONG&gt;must&lt;/STRONG&gt; change!&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2022 08:51:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Divide-the-value-of-a-dynamic-column/m-p/2465253#M66980</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-04-20T08:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: Divide the value of a dynamic column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Divide-the-value-of-a-dynamic-column/m-p/2465284#M66984</link>
      <description>&lt;P&gt;give me one second, im going to show you what happend&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2022 09:00:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Divide-the-value-of-a-dynamic-column/m-p/2465284#M66984</guid>
      <dc:creator>jmgarcia34</dc:creator>
      <dc:date>2022-04-20T09:00:42Z</dc:date>
    </item>
    <item>
      <title>Re: Divide the value of a dynamic column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Divide-the-value-of-a-dynamic-column/m-p/2465334#M66988</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;21/03/2022 - 19/04/2022:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- 10464 YKSESE Total Qty in this range of dates... the "YKU" must be 2616 but..... is 22772,5&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;07/04/2022 - 19/04/2022:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- 2616 YKSESE Total Qty in this range of dates and YKU the same 22772,5&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Thanks !!&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2022 09:13:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Divide-the-value-of-a-dynamic-column/m-p/2465334#M66988</guid>
      <dc:creator>jmgarcia34</dc:creator>
      <dc:date>2022-04-20T09:13:29Z</dc:date>
    </item>
    <item>
      <title>Re: Divide the value of a dynamic column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Divide-the-value-of-a-dynamic-column/m-p/2465456#M66994</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="380280" data-lia-user-login="jmgarcia34" class="lia-mention lia-mention-user"&gt;jmgarcia34&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Ok.. what is the code you used for [YKU]. Pleasr share along with the code of [Qty] and cofirm they are both measures&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2022 09:55:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Divide-the-value-of-a-dynamic-column/m-p/2465456#M66994</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-04-20T09:55:33Z</dc:date>
    </item>
    <item>
      <title>Re: Divide the value of a dynamic column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Divide-the-value-of-a-dynamic-column/m-p/2465475#M66996</link>
      <description>&lt;P&gt;All the data is from Business Central.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How hard is it to do like in excel and select that column / 4? &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2022 10:00:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Divide-the-value-of-a-dynamic-column/m-p/2465475#M66996</guid>
      <dc:creator>jmgarcia34</dc:creator>
      <dc:date>2022-04-20T10:00:55Z</dc:date>
    </item>
    <item>
      <title>Re: Divide the value of a dynamic column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Divide-the-value-of-a-dynamic-column/m-p/2465509#M66999</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="380280" data-lia-user-login="jmgarcia34" class="lia-mention lia-mention-user"&gt;jmgarcia34&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;It is simple but I've been trying to get any piece of info about your data however, until now I don't know whether the values displayed in your table visual are coming from tables or are measures that you've created! DAX is simple but in DAX we have different contexts of evaluation. This is why it makes a big difference which of them is applicable. Please help me out and give me clear answers:&lt;BR /&gt;1. Did you create a measure called [Qty] or this is a column in the source data you just gragged it into the values of your matix? Does it represent the sum of quantity according the current filter context?&lt;BR /&gt;2. Did you create a measure called [YKU] or this is a column in the source data you just gragged it into the values of your matix? What dose it represent? Why do have some blank rows?&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2022 10:13:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Divide-the-value-of-a-dynamic-column/m-p/2465509#M66999</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-04-20T10:13:16Z</dc:date>
    </item>
    <item>
      <title>Re: Divide the value of a dynamic column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Divide-the-value-of-a-dynamic-column/m-p/2468520#M67130</link>
      <description>&lt;P&gt;-&amp;nbsp;The Qty measure comes directly from Business Central Web Services ( postedsalesinvoiceSalesInvLines[Quantity] ) and is the total units sold of that product in the time period indicated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-&amp;nbsp;YKU is created as a MEASURE with the formula:&lt;BR /&gt;&lt;EM&gt;"YKU = SUM(postedsalesinvoiceSalesInvLines[Quantity])/4"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;YKU represents the total units sold per week (calculated by dividing the total for the month by 4 weeks).&lt;/P&gt;&lt;P&gt;I don't know the reason for the blank rows as it is automatic when adding the measure created with the formula&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2022 09:33:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Divide-the-value-of-a-dynamic-column/m-p/2468520#M67130</guid>
      <dc:creator>jmgarcia34</dc:creator>
      <dc:date>2022-04-21T09:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: Divide the value of a dynamic column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Divide-the-value-of-a-dynamic-column/m-p/2468522#M67131</link>
      <description>&lt;P&gt;Did you try&amp;nbsp;&lt;/P&gt;&lt;P&gt;[Qty]/4&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2022 09:36:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Divide-the-value-of-a-dynamic-column/m-p/2468522#M67131</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-04-21T09:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: Divide the value of a dynamic column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Divide-the-value-of-a-dynamic-column/m-p/2468634#M67140</link>
      <description>&lt;P&gt;no &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2022 10:11:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Divide-the-value-of-a-dynamic-column/m-p/2468634#M67140</guid>
      <dc:creator>jmgarcia34</dc:creator>
      <dc:date>2022-04-21T10:11:32Z</dc:date>
    </item>
    <item>
      <title>Re: Divide the value of a dynamic column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Divide-the-value-of-a-dynamic-column/m-p/2468647#M67142</link>
      <description>&lt;P&gt;Please try&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2022 10:18:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Divide-the-value-of-a-dynamic-column/m-p/2468647#M67142</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-04-21T10:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: Divide the value of a dynamic column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Divide-the-value-of-a-dynamic-column/m-p/2468649#M67143</link>
      <description>&lt;P&gt;Yes, I tried but it didn't work&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2022 10:20:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Divide-the-value-of-a-dynamic-column/m-p/2468649#M67143</guid>
      <dc:creator>jmgarcia34</dc:creator>
      <dc:date>2022-04-21T10:20:35Z</dc:date>
    </item>
  </channel>
</rss>

