<?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: Using Visual Calculation on a Calculated Group with Multiple Calculated Items in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-Visual-Calculation-on-a-Calculated-Group-with-Multiple/m-p/5179847#M188013</link>
    <description>&lt;P&gt;Thankyou, &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="202311" data-lia-user-login="BeaBF" class="lia-mention lia-mention-user"&gt;BeaBF&lt;/a&gt;&amp;nbsp;and &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="100342" data-lia-user-login="lbendlin" class="lia-mention lia-mention-user"&gt;lbendlin&lt;/a&gt;&amp;nbsp;for your responses.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="636147" data-lia-user-login="drew989898" class="lia-mention lia-mention-user"&gt;drew989898&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;We appreciate your inquiry through the Microsoft Fabric Community Forum.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;We would like to inquire whether have you got the chance to check the solutions provided by &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="202311" data-lia-user-login="BeaBF" class="lia-mention lia-mention-user"&gt;BeaBF&lt;/a&gt;&amp;nbsp;and &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="100342" data-lia-user-login="lbendlin" class="lia-mention lia-mention-user"&gt;lbendlin&lt;/a&gt;&amp;nbsp;to resolve the issue. We hope the information provided helps to clear the query. Should you have any further queries, kindly feel free to contact the Microsoft Fabric community.&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 08 May 2026 12:17:32 GMT</pubDate>
    <dc:creator>v-pnaroju-msft</dc:creator>
    <dc:date>2026-05-08T12:17:32Z</dc:date>
    <item>
      <title>Using Visual Calculation on a Calculated Group with Multiple Calculated Items</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-Visual-Calculation-on-a-Calculated-Group-with-Multiple/m-p/5178028#M187955</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was wondering if anyone has had any success using the "New Visual Calculation (Preview)" feature yet on Calculated Groups? Particularly with Calculated Groups that have multiple items?&amp;nbsp;&lt;SPAN&gt;With visual calculations they do actually enable the selection of calculation groups as a column, but not the selection of a specific item from that group, at least I haven't found how to do this, but if it's possible that might be the solution I need.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Background&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was able to use the feature to produce a nicely working variance in a table of months that would look and one column and take the current row value and subtract the previous row value. It was as simple as this:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;% YTD Variance =&lt;/SPAN&gt; &lt;SPAN&gt;IF&lt;/SPAN&gt;&lt;SPAN&gt;( &lt;/SPAN&gt;&lt;SPAN&gt;PREVIOUS&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;[% YTD Utilisation]&lt;/SPAN&gt;&lt;SPAN&gt;) = &lt;/SPAN&gt;&lt;SPAN&gt;0&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;0&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;[% YTD Utilisation]&lt;/SPAN&gt;&lt;SPAN&gt; - &lt;/SPAN&gt;&lt;SPAN&gt;PREVIOUS&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;[% YTD Utilisation]&lt;/SPAN&gt;&lt;SPAN&gt;) ) * &lt;/SPAN&gt;&lt;SPAN&gt;100&lt;BR /&gt;&lt;BR /&gt;I couldn't figure out a way to do it otherwise in this row filter context, and it was so simple with the new feature.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;However, I was asked to introduce a way to filter the entire dashboard by two variations on the same input: one without modification and the other with modification. This means essentially passing different parameters (columns) into the same measure based on what the user has selected from the filter. Calculation groups enable this. So I had to take my existing measures and get them to work within calculation groups, with each group having multiple items.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;They work fine, except in 2 cases where my original dashboard used these visual calculation features. Can it work with calculated groups?&lt;BR /&gt;&lt;BR /&gt;Thanks. I hope at least this is a good question.&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 05 May 2026 11:42:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-Visual-Calculation-on-a-Calculated-Group-with-Multiple/m-p/5178028#M187955</guid>
      <dc:creator>drew989898</dc:creator>
      <dc:date>2026-05-05T11:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: Using Visual Calculation on a Calculated Group with Multiple Calculated Items</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-Visual-Calculation-on-a-Calculated-Group-with-Multiple/m-p/5178038#M187956</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="636147" data-lia-user-login="drew989898" class="lia-mention lia-mention-user"&gt;drew989898&lt;/a&gt;&amp;nbsp;Hi!&lt;/P&gt;
&lt;P data-start="1600" data-end="1953"&gt;I don’t think visual calculations currently support directly selecting a specific calculation item from a calculation group inside the visual calculation expression. The calc group column can be added to the visual, but the visual calculation only sees the resulting visual structure, not the individual calculation items as separate selectable objects.&lt;/P&gt;
&lt;P data-start="1958" data-end="2262"&gt;The workaround I’d use is to create explicit wrapper measures with &lt;STRONG&gt;CALCULATE()&lt;/STRONG&gt; that force the required calculation item, then use those measures in the visual calculation. That gives the visual calculation a normal measure/column to reference, while the calculation group logic still stays centralized.&lt;/P&gt;
&lt;P data-start="1958" data-end="2262"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="1958" data-end="2262"&gt;BBF&lt;/P&gt;
&lt;DIV style="font-family: Segoe UI, sans-serif; font-size: 14px; line-height: 1.2;"&gt;&lt;BR /&gt;&lt;span class="lia-unicode-emoji" title=":light_bulb:"&gt;💡&lt;/span&gt; &lt;STRONG&gt;Did I answer your question?&lt;/STRONG&gt; Mark my post as a solution! &lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt; Kudos are appreciated &lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;span class="lia-unicode-emoji" title=":fire:"&gt;🔥&lt;/span&gt; Proud to be a Super User!&lt;/STRONG&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;img /&gt; &lt;/DIV&gt;</description>
      <pubDate>Tue, 05 May 2026 12:15:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-Visual-Calculation-on-a-Calculated-Group-with-Multiple/m-p/5178038#M187956</guid>
      <dc:creator>BeaBF</dc:creator>
      <dc:date>2026-05-05T12:15:42Z</dc:date>
    </item>
    <item>
      <title>Re: Using Visual Calculation on a Calculated Group with Multiple Calculated Items</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-Visual-Calculation-on-a-Calculated-Group-with-Multiple/m-p/5178093#M187961</link>
      <description>&lt;P&gt;The whole point of visual calculations is that they cannot reach back into the data model.&amp;nbsp; Like window functions, visual calculations operate on a static snapshot (in this case the result of the DAX query that fetched the data to be rendered).&lt;/P&gt;</description>
      <pubDate>Tue, 05 May 2026 13:33:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-Visual-Calculation-on-a-Calculated-Group-with-Multiple/m-p/5178093#M187961</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2026-05-05T13:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: Using Visual Calculation on a Calculated Group with Multiple Calculated Items</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-Visual-Calculation-on-a-Calculated-Group-with-Multiple/m-p/5179847#M188013</link>
      <description>&lt;P&gt;Thankyou, &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="202311" data-lia-user-login="BeaBF" class="lia-mention lia-mention-user"&gt;BeaBF&lt;/a&gt;&amp;nbsp;and &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="100342" data-lia-user-login="lbendlin" class="lia-mention lia-mention-user"&gt;lbendlin&lt;/a&gt;&amp;nbsp;for your responses.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="636147" data-lia-user-login="drew989898" class="lia-mention lia-mention-user"&gt;drew989898&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;We appreciate your inquiry through the Microsoft Fabric Community Forum.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;We would like to inquire whether have you got the chance to check the solutions provided by &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="202311" data-lia-user-login="BeaBF" class="lia-mention lia-mention-user"&gt;BeaBF&lt;/a&gt;&amp;nbsp;and &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="100342" data-lia-user-login="lbendlin" class="lia-mention lia-mention-user"&gt;lbendlin&lt;/a&gt;&amp;nbsp;to resolve the issue. We hope the information provided helps to clear the query. Should you have any further queries, kindly feel free to contact the Microsoft Fabric community.&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 May 2026 12:17:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-Visual-Calculation-on-a-Calculated-Group-with-Multiple/m-p/5179847#M188013</guid>
      <dc:creator>v-pnaroju-msft</dc:creator>
      <dc:date>2026-05-08T12:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: Using Visual Calculation on a Calculated Group with Multiple Calculated Items</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-Visual-Calculation-on-a-Calculated-Group-with-Multiple/m-p/5180850#M188040</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="636147" data-lia-user-login="drew989898" class="lia-mention lia-mention-user"&gt;drew989898&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We are following up to see if what we shared solved your issue. If you need more support, please reach out to the Microsoft Fabric community.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2026 11:44:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Using-Visual-Calculation-on-a-Calculated-Group-with-Multiple/m-p/5180850#M188040</guid>
      <dc:creator>v-pnaroju-msft</dc:creator>
      <dc:date>2026-05-11T11:44:48Z</dc:date>
    </item>
  </channel>
</rss>

