<?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: Recreate OLAP calculated member in a samenatic model in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Recreate-OLAP-calculated-member-in-a-samenatic-model/m-p/3903549#M152099</link>
    <description>&lt;P&gt;Repeating the same data in a visual is a design red flag.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The Table and Matrix visuals in Power BI support implicit measures, and Totals areas. Consider using these instead.&lt;/P&gt;</description>
    <pubDate>Wed, 08 May 2024 22:38:35 GMT</pubDate>
    <dc:creator>lbendlin</dc:creator>
    <dc:date>2024-05-08T22:38:35Z</dc:date>
    <item>
      <title>Recreate OLAP calculated member in a samenatic model</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Recreate-OLAP-calculated-member-in-a-samenatic-model/m-p/3901702#M152040</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm recreating an old OLAP cube to a semantic model (in Fabric).&lt;/P&gt;&lt;P&gt;There is a calculated member in OLAP, but how do I recreae this in Power BI / a semantic model?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The calculated member (named: Average) calculates the sum of the weekdays, divided by 5. Deadsimple, not dynamic.&lt;/P&gt;&lt;P&gt;And is than added to a dimension attribute (Calendar/Day of the week).&lt;/P&gt;&lt;P&gt;So in a table visual when you select the Day of the week, you get the rows:&lt;/P&gt;&lt;P&gt;Monday, Thuesday, Wednesday, Thursday, Friday, Average.&lt;/P&gt;&lt;P&gt;So no matter what measue you select in the visual, the member Average always shows the average in the colums.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The OLAP visual:&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;Power BI semantic model visual:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anybody got any suggestions?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;UPDATE:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I resolved the challenge with a DAX measure to change the behaviour depending if the context is on the rows or the total level. IF(HASONEVALUE(), CALCULATE(),CALCULATE() ) )&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2024 10:29:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Recreate-OLAP-calculated-member-in-a-samenatic-model/m-p/3901702#M152040</guid>
      <dc:creator>Victornld2</dc:creator>
      <dc:date>2024-05-21T10:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: Recreate OLAP calculated member in a samenatic model</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Recreate-OLAP-calculated-member-in-a-samenatic-model/m-p/3903549#M152099</link>
      <description>&lt;P&gt;Repeating the same data in a visual is a design red flag.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The Table and Matrix visuals in Power BI support implicit measures, and Totals areas. Consider using these instead.&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2024 22:38:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Recreate-OLAP-calculated-member-in-a-samenatic-model/m-p/3903549#M152099</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-05-08T22:38:35Z</dc:date>
    </item>
    <item>
      <title>Re: Recreate OLAP calculated member in a samenatic model</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Recreate-OLAP-calculated-member-in-a-samenatic-model/m-p/3912994#M152348</link>
      <description>&lt;P&gt;Thanks for your reaction. How would you use an implicit measure or the Totals area for this case?&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2024 06:57:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Recreate-OLAP-calculated-member-in-a-samenatic-model/m-p/3912994#M152348</guid>
      <dc:creator>Victornld2</dc:creator>
      <dc:date>2024-05-13T06:57:45Z</dc:date>
    </item>
    <item>
      <title>Re: Recreate OLAP calculated member in a samenatic model</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Recreate-OLAP-calculated-member-in-a-samenatic-model/m-p/3915126#M152422</link>
      <description>&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>Mon, 13 May 2024 21:28:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Recreate-OLAP-calculated-member-in-a-samenatic-model/m-p/3915126#M152422</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-05-13T21:28:46Z</dc:date>
    </item>
    <item>
      <title>Re: Recreate OLAP calculated member in a samenatic model</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Recreate-OLAP-calculated-member-in-a-samenatic-model/m-p/3916135#M152448</link>
      <description>&lt;P&gt;Thanks Ibendlin.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I understand to just change the aggregation of the value in the matrix. But if you filter on, for example, to show only monday's and thuesday's, the total value also changes (ofcourse). So I think I than need to make a dax measure. So that it on the total's level ignores the filters.&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2024 06:35:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Recreate-OLAP-calculated-member-in-a-samenatic-model/m-p/3916135#M152448</guid>
      <dc:creator>Victornld2</dc:creator>
      <dc:date>2024-05-14T06:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: Recreate OLAP calculated member in a samenatic model</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Recreate-OLAP-calculated-member-in-a-samenatic-model/m-p/3916635#M152468</link>
      <description>&lt;P&gt;Remember that you can override the measure definition for the totals areas. Make sure your users understand what you are showing as it is no longer intuitive.&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2024 09:24:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Recreate-OLAP-calculated-member-in-a-samenatic-model/m-p/3916635#M152468</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-05-14T09:24:36Z</dc:date>
    </item>
  </channel>
</rss>

