<?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: I can't use a measure in a calculated column in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-can-t-use-a-measure-in-a-calculated-column/m-p/4154623#M165114</link>
    <description>&lt;P&gt;This doesn't really work, I have a column: Column = [SelectedMonthDate] doesn't work it's frozen on January when it's July is selected. But if I display the measurement in another column, this works.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 17 Sep 2024 14:33:10 GMT</pubDate>
    <dc:creator>Bob639</dc:creator>
    <dc:date>2024-09-17T14:33:10Z</dc:date>
    <item>
      <title>I can't use a measure in a calculated column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-can-t-use-a-measure-in-a-calculated-column/m-p/4154449#M165104</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello New to Power BI, I can't use a measure in a calculated column. I created a table with the list of months of the year, then I assigned this list to a segment. In another table, I created a metric to assign&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Num1 =&lt;/SPAN&gt; &lt;SPAN&gt;SWITCH&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;SELECTEDVALUE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Sélect_Mois'&lt;/SPAN&gt;&lt;SPAN&gt;[Mois]&lt;/SPAN&gt;&lt;SPAN&gt;);&lt;/SPAN&gt;&lt;SPAN&gt;"Janvier"&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;SPAN&gt;"Février"&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;SPAN&gt;2&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;SPAN&gt;"Mars"&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;SPAN&gt;3&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;SPAN&gt;"Avril"&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;SPAN&gt;4&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;SPAN&gt;"Mai"&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;SPAN&gt;5&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;SPAN&gt;"Juin"&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;SPAN&gt;6&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;SPAN&gt;"Juillet"&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;SPAN&gt;7&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;SPAN&gt;"Août"&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;SPAN&gt;08&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;SPAN&gt;"Septembre"&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;SPAN&gt;9&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;SPAN&gt;"Octobre"&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;SPAN&gt;10&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;SPAN&gt;"Novembre"&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;SPAN&gt;11&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;SPAN&gt;"Décembre"&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;SPAN&gt;12&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;SPAN&gt;to each month, the number corresponding to the month selected in the segment. I created a column to this table to check if the number of the month is acquired, so far it works. When I use the measure in the function ""it shows me all the dates of the year, the function is Date(2024,[Num1],01) in this case if I select the month of January Num = 1 and date should be = 2024-01-01 but this is not the case for the date it shows me every day of the year for the Num column all the rows are equal to 1.&amp;nbsp;To tell the truth, I use the date function above in another more complex calculated column that doesn't work if I use the measure but works very well if I enter the month directly.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you for your feedback. Kind regards.&lt;/SPAN&gt;&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;</description>
      <pubDate>Tue, 17 Sep 2024 13:03:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-can-t-use-a-measure-in-a-calculated-column/m-p/4154449#M165104</guid>
      <dc:creator>Bob639</dc:creator>
      <dc:date>2024-09-17T13:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: I can't use a measure in a calculated column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-can-t-use-a-measure-in-a-calculated-column/m-p/4154465#M165105</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="807427" data-lia-user-login="Bob639" class="lia-mention lia-mention-user"&gt;Bob639&lt;/a&gt;&amp;nbsp;, Try using below in measure&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SelectedMonthDate = &lt;BR /&gt;VAR SelectedMonthNum = SWITCH(&lt;BR /&gt;SELECTEDVALUE('Sélect_Mois'[Mois]),&lt;BR /&gt;"Janvier", 1,&lt;BR /&gt;"Février", 2,&lt;BR /&gt;"Mars", 3,&lt;BR /&gt;"Avril", 4,&lt;BR /&gt;"Mai", 5,&lt;BR /&gt;"Juin", 6,&lt;BR /&gt;"Juillet", 7,&lt;BR /&gt;"Août", 8,&lt;BR /&gt;"Septembre", 9,&lt;BR /&gt;"Octobre", 10,&lt;BR /&gt;"Novembre", 11,&lt;BR /&gt;"Décembre", 12&lt;BR /&gt;)&lt;BR /&gt;RETURN DATE(2024, SelectedMonthNum, 1)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And that measure in visual&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2024 13:09:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-can-t-use-a-measure-in-a-calculated-column/m-p/4154465#M165105</guid>
      <dc:creator>bhanu_gautam</dc:creator>
      <dc:date>2024-09-17T13:09:21Z</dc:date>
    </item>
    <item>
      <title>Re: I can't use a measure in a calculated column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-can-t-use-a-measure-in-a-calculated-column/m-p/4154623#M165114</link>
      <description>&lt;P&gt;This doesn't really work, I have a column: Column = [SelectedMonthDate] doesn't work it's frozen on January when it's July is selected. But if I display the measurement in another column, this works.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2024 14:33:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-can-t-use-a-measure-in-a-calculated-column/m-p/4154623#M165114</guid>
      <dc:creator>Bob639</dc:creator>
      <dc:date>2024-09-17T14:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: I can't use a measure in a calculated column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-can-t-use-a-measure-in-a-calculated-column/m-p/4159115#M165261</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="807427" data-lia-user-login="Bob639" class="lia-mention lia-mention-user"&gt;Bob639&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you very much&amp;nbsp;bhanu_gautam&amp;nbsp;for your prompt reply.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The question is whether you are creating a measure or a column.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You make a dynamic selection of months, but in the end you create a calculation column to display the date.&amp;nbsp;This approach violates the way computed columns work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Because the calculation column is static, when you run the calculation column, it cannot change based on your selection.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;At the same time you mentioned that the use of measurement is valid. Because the measurement are dynamic, they can be queried for the month you choose.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you're still having problems, provide some dummy data and the desired outcome. It is best presented in the form of a table.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Nono Chen&lt;/P&gt;
&lt;P&gt;If this &lt;STRONG&gt;&lt;EM&gt;post&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp;helps, then please consider&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2024 08:24:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-can-t-use-a-measure-in-a-calculated-column/m-p/4159115#M165261</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-09-19T08:24:50Z</dc:date>
    </item>
    <item>
      <title>Re: I can't use a measure in a calculated column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-can-t-use-a-measure-in-a-calculated-column/m-p/4159620#M165276</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;Thank you for your feedback.&lt;BR /&gt;I create a column and use a measure.&lt;BR /&gt;I have created a table that filters the data of the database according to the formula below:&lt;BR /&gt;"Intervention = VAR NumMois = [Num] RETURN COUNTROWS(FILTER(BD; BD[Dt Début P] &amp;lt; date(2024;8;01) &amp;amp;&amp;amp; BD[Etat] = "Programmé" &amp;amp;&amp;amp; BD[Bâtiment] = EARLIER('Table 2'[Bâtiment])))".&lt;BR /&gt;This formula works.&lt;/P&gt;&lt;P&gt;I want to change the month in "date(2024;8;01)" by the month chosen in the segment.&lt;BR /&gt;Do you have a solution?&lt;BR /&gt;Kind regards.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2024 11:54:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-can-t-use-a-measure-in-a-calculated-column/m-p/4159620#M165276</guid>
      <dc:creator>Bob639</dc:creator>
      <dc:date>2024-09-19T11:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: I can't use a measure in a calculated column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-can-t-use-a-measure-in-a-calculated-column/m-p/4161561#M165337</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="807427" data-lia-user-login="Bob639" class="lia-mention lia-mention-user"&gt;Bob639&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In this case I recommend creating a measure.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;The number is dynamically obtained by the month selected in the slicer.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It might look something like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Intervention = 
VAR SelectedMonth = SELECTEDVALUE('Sélect_Mois'[Num1])
RETURN 
COUNTROWS(
    FILTER(
        BD, 
        BD[Dt Début P] &amp;lt; DATE(2024, SelectedMonth, 01) &amp;amp;&amp;amp; 
        BD[Etat] = "Programmé" &amp;amp;&amp;amp; 
        BD[Bâtiment] = MAX('Table 2'[Bâtiment])
    )
)
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you still have problems, you can provide some virtual data.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Nono Chen&lt;/P&gt;
&lt;P&gt;If this &lt;STRONG&gt;&lt;EM&gt;post&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp;helps, then please consider&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Sep 2024 06:48:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-can-t-use-a-measure-in-a-calculated-column/m-p/4161561#M165337</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-09-20T06:48:15Z</dc:date>
    </item>
    <item>
      <title>Re: I can't use a measure in a calculated column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-can-t-use-a-measure-in-a-calculated-column/m-p/4161938#M165357</link>
      <description>&lt;DIV&gt;Hello&lt;/DIV&gt;&lt;DIV&gt;The formula does not work.&lt;/DIV&gt;&lt;DIV&gt;In the initial Formula 1&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Intervention2 = COUNTROWS(FILTER(BD; BD[Dt Début P] &amp;lt; date(2024;8;1) &amp;amp;&amp;amp; BD[Etat] = "Programmé" &amp;amp;&amp;amp; BD[Bâtiment] = EARLIER('Table 2'[Bâtiment])))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;I get the table below&lt;/DIV&gt;&lt;DIV&gt;&lt;img /&gt;&lt;P&gt;&lt;SPAN&gt;If I replace Formula 1 with&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Intervention3 = COUNTROWS(FILTER(BD; BD[Dt Début P] &amp;lt; [SelectedMonthDate] &amp;amp;&amp;amp; BD[Etat] = "Programmé" &amp;amp;&amp;amp; BD[Bâtiment] = EARLIER('Table 2'[Bâtiment])))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;I get an empty table&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;If I replace Formula 1 with&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Intervention3 = COUNTROWS(FILTER(BD; BD[Dt Début P] &amp;lt; [SelectedMonthDate] &amp;amp;&amp;amp; BD[Etat] = "Programmé" &amp;amp;&amp;amp; BD[Bâtiment] = EARLIER('Table 2'[Bâtiment])))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;With the following measurement&lt;/DIV&gt;&lt;DIV&gt;SelectedMonthDate =&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR SelectedMonthNum = SWITCH(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;SELECTEDVALUE('Sélect_Mois'[Mois]);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"Janvier";1;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"Février";2;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"Mars";3;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"Avril";4;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"Mai";5;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"Juin";6;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"Juillet";7;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"Août";8;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"Septembre";9;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"Octobre";10;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"Novembre";11; &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"Décembre";12&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;RETURN DATE(2024;SelectedMonthNum;1)&lt;/DIV&gt;&lt;DIV&gt;I get an empty table&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I also created a column in the database (Moisx) to highlight only the month, this column is of the entire type and I integrated it into the formula using the measurement above&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Intervention = COUNTROWS(FILTER(BD; BD[Moisx] &amp;lt; [Num_Mois] &amp;amp;&amp;amp; BD[Etat] = "Programmé" &amp;amp;&amp;amp; BD[Bâtiment] = EARLIER('Table 2'[Bâtiment])))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;I get an empty table&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I also have to use a measurement that indicates the number of the month selected&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Intervention4 = COUNTROWS(FILTER(BD; BD[Dt Début P] &amp;lt; date(2024;[Num_Mois];1) &amp;amp;&amp;amp; BD[Etat] = "Programmé" &amp;amp;&amp;amp; BD[Bâtiment] = EARLIER('Table 2'[Bâtiment])))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;with the measurement&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Num_Mois =&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR Num = SWITCH(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;SELECTEDVALUE('Sélect_Mois'[Mois]);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"Janvier";1;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"Février";2;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"Mars";3;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"Avril";4;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"Mai";5;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"Juin";6;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"Juillet";7;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"Août";8;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"Septembre";9;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"Octobre";10;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"Novembre";11;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"Décembre";12&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;RETURN Num&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;I get an empty table.&lt;/DIV&gt;&lt;DIV&gt;To be precise, I checked all the measurements, they do their job.&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Kind regards&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Fri, 20 Sep 2024 09:28:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-can-t-use-a-measure-in-a-calculated-column/m-p/4161938#M165357</guid>
      <dc:creator>Bob639</dc:creator>
      <dc:date>2024-09-20T09:28:43Z</dc:date>
    </item>
  </channel>
</rss>

