<?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: Visual Calculation - Average of All Data Points for Use in a Constant Line in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Visual-Calculation-Average-of-All-Data-Points-for-Use-in-a/m-p/4761909#M182357</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="468545" data-lia-user-login="RockliffeBI" class="lia-mention lia-mention-user"&gt;RockliffeBI&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Can you please try the below one ?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;EM&gt;output = AVERAGEX(ALLSELECTED(Region), [total sales]&lt;/EM&gt;&lt;SPAN&gt;&lt;EM&gt;)&lt;/EM&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;img /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;img /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG&gt;If this answers your questions, kindly accept it as a solution and give kudos.&lt;/STRONG&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 14 Jul 2025 10:38:07 GMT</pubDate>
    <dc:creator>mdaatifraza5556</dc:creator>
    <dc:date>2025-07-14T10:38:07Z</dc:date>
    <item>
      <title>Visual Calculation - Average of All Data Points for Use in a Constant Line</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Visual-Calculation-Average-of-All-Data-Points-for-Use-in-a/m-p/4761803#M182349</link>
      <description>&lt;P&gt;I want to add a Visual Calcualtion that returns the average of all values in my chart, I'm using this as the value for a constant line, so that I can show the average over the values that are visible in the chart.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know I can do this with a DAX Measure in the Model, but I'd like to get my head around how Visual Calculations work a bit better, so would like to know how to do it this way?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jul 2025 09:40:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Visual-Calculation-Average-of-All-Data-Points-for-Use-in-a/m-p/4761803#M182349</guid>
      <dc:creator>RockliffeBI</dc:creator>
      <dc:date>2025-07-14T09:40:16Z</dc:date>
    </item>
    <item>
      <title>Re: Visual Calculation - Average of All Data Points for Use in a Constant Line</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Visual-Calculation-Average-of-All-Data-Points-for-Use-in-a/m-p/4761822#M182352</link>
      <description>&lt;P&gt;AVERAGE ( [Column Name], ROWS ) or&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;AVERAGE ( [Column Name], COLUMNS)&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;DEPENDING on how you arranged the graph&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this helped, please consider giving kudos and mark as a solution&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="273" data-lia-user-login="me" class="lia-mention lia-mention-user"&gt;me&lt;/a&gt; in replies or I'll lose your thread&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;consider voting &lt;A href="https://community.fabric.microsoft.com/t5/Fabric-Ideas/Power-BI-Filter-Pane-as-an-icon-on-the-right-side-bar-in-on/idi-p/4728588" target="_blank"&gt;this Power BI idea&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Francesco Bergamaschi&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;MBA, M.Eng, M.Econ, Professor of BI&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jul 2025 09:53:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Visual-Calculation-Average-of-All-Data-Points-for-Use-in-a/m-p/4761822#M182352</guid>
      <dc:creator>FBergamaschi</dc:creator>
      <dc:date>2025-07-14T09:53:44Z</dc:date>
    </item>
    <item>
      <title>Re: Visual Calculation - Average of All Data Points for Use in a Constant Line</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Visual-Calculation-Average-of-All-Data-Points-for-Use-in-a/m-p/4761871#M182354</link>
      <description>&lt;P&gt;That method gives me an error because the AVERAGE function will only accept a single argument?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've got this giving me the average for all Rows for each Row:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CALCULATE(AVERAGE([Value]),REMOVEFILTERS(ROWS))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But the Total for this column is the sum of all the averages rather than the average, so the result is that the Y Axis constant line is in the wrong place!&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jul 2025 10:16:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Visual-Calculation-Average-of-All-Data-Points-for-Use-in-a/m-p/4761871#M182354</guid>
      <dc:creator>RockliffeBI</dc:creator>
      <dc:date>2025-07-14T10:16:00Z</dc:date>
    </item>
    <item>
      <title>Re: Visual Calculation - Average of All Data Points for Use in a Constant Line</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Visual-Calculation-Average-of-All-Data-Points-for-Use-in-a/m-p/4761900#M182356</link>
      <description>&lt;P&gt;"ALLSELECTED function witohut paramteres cannot be used as a table expression.&amp;nbsp; It can appear only as a filter in CALCULATE"&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jul 2025 10:29:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Visual-Calculation-Average-of-All-Data-Points-for-Use-in-a/m-p/4761900#M182356</guid>
      <dc:creator>RockliffeBI</dc:creator>
      <dc:date>2025-07-14T10:29:17Z</dc:date>
    </item>
    <item>
      <title>Re: Visual Calculation - Average of All Data Points for Use in a Constant Line</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Visual-Calculation-Average-of-All-Data-Points-for-Use-in-a/m-p/4761909#M182357</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="468545" data-lia-user-login="RockliffeBI" class="lia-mention lia-mention-user"&gt;RockliffeBI&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Can you please try the below one ?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;EM&gt;output = AVERAGEX(ALLSELECTED(Region), [total sales]&lt;/EM&gt;&lt;SPAN&gt;&lt;EM&gt;)&lt;/EM&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;img /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;img /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG&gt;If this answers your questions, kindly accept it as a solution and give kudos.&lt;/STRONG&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jul 2025 10:38:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Visual-Calculation-Average-of-All-Data-Points-for-Use-in-a/m-p/4761909#M182357</guid>
      <dc:creator>mdaatifraza5556</dc:creator>
      <dc:date>2025-07-14T10:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: Visual Calculation - Average of All Data Points for Use in a Constant Line</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Visual-Calculation-Average-of-All-Data-Points-for-Use-in-a/m-p/4761933#M182361</link>
      <description>&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Apologies&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;AVERAGEX&lt;/SPAN&gt;&lt;SPAN&gt; ( &lt;/SPAN&gt;&lt;SPAN&gt;ROWS&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;[Sales Top 3]&lt;/SPAN&gt;&lt;SPAN&gt; )&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;or&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;AVERAGEX ( COLUMNS, [Sales Top 3] )&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;P&gt;If this helped, please consider giving kudos and mark as a solution&lt;/P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="273" data-lia-user-login="me" class="lia-mention lia-mention-user"&gt;me&lt;/a&gt; in replies or I'll lose your thread&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;P&gt;consider voting &lt;A href="https://community.fabric.microsoft.com/t5/Fabric-Ideas/Power-BI-Filter-Pane-as-an-icon-on-the-right-side-bar-in-on/idi-p/4728588" target="_blank"&gt;this Power BI idea&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Francesco Bergamaschi&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;MBA, M.Eng, M.Econ, Professor of BI&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 14 Jul 2025 10:46:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Visual-Calculation-Average-of-All-Data-Points-for-Use-in-a/m-p/4761933#M182361</guid>
      <dc:creator>FBergamaschi</dc:creator>
      <dc:date>2025-07-14T10:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: Visual Calculation - Average of All Data Points for Use in a Constant Line</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Visual-Calculation-Average-of-All-Data-Points-for-Use-in-a/m-p/4761937#M182362</link>
      <description>&lt;P&gt;Thanks, that does produce the average across all the values, however I am using a Visual Calculation to create the value for a Y Axis constant line.&amp;nbsp; The value of the line is picked up from the Total row of the Visual Calculation, that value is the sum of the average, so when I put that method into the Visual Calculation and there are 12&amp;nbsp; months selected in the visual, the Y Axis constant line value is 12 x the Average.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Although I can create the value as a Measure in the model, I would like the option to use Visual Calculations for this as well.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jul 2025 10:48:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Visual-Calculation-Average-of-All-Data-Points-for-Use-in-a/m-p/4761937#M182362</guid>
      <dc:creator>RockliffeBI</dc:creator>
      <dc:date>2025-07-14T10:48:00Z</dc:date>
    </item>
    <item>
      <title>Re: Visual Calculation - Average of All Data Points for Use in a Constant Line</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Visual-Calculation-Average-of-All-Data-Points-for-Use-in-a/m-p/4761953#M182364</link>
      <description>&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;( &lt;/SPAN&gt;&lt;SPAN&gt;AVERAGEX&lt;/SPAN&gt;&lt;SPAN&gt;( &lt;/SPAN&gt;&lt;SPAN&gt;ROWS&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;[Sales Top 3]&lt;/SPAN&gt;&lt;SPAN&gt; ), &lt;/SPAN&gt;&lt;SPAN&gt;EXPAND&lt;/SPAN&gt;&lt;SPAN&gt;( &lt;/SPAN&gt;&lt;SPAN&gt;[ProductKey]&lt;/SPAN&gt;&lt;SPAN&gt; ) )&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;P&gt;If this helped, please consider giving kudos and mark as a solution&lt;/P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="273" data-lia-user-login="me" class="lia-mention lia-mention-user"&gt;me&lt;/a&gt; in replies or I'll lose your thread&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;P&gt;consider voting &lt;A href="https://community.fabric.microsoft.com/t5/Fabric-Ideas/Power-BI-Filter-Pane-as-an-icon-on-the-right-side-bar-in-on/idi-p/4728588" target="_blank"&gt;this Power BI idea&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Francesco Bergamaschi&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;MBA, M.Eng, M.Econ, Professor of BI&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 14 Jul 2025 10:56:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Visual-Calculation-Average-of-All-Data-Points-for-Use-in-a/m-p/4761953#M182364</guid>
      <dc:creator>FBergamaschi</dc:creator>
      <dc:date>2025-07-14T10:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: Visual Calculation - Average of All Data Points for Use in a Constant Line</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Visual-Calculation-Average-of-All-Data-Points-for-Use-in-a/m-p/4761969#M182367</link>
      <description>&lt;P&gt;That does return the Average across all the Rows, but the Total is still the Sum of the Averages, for this to work in a Y Axis Constant Line the Total needs to be the Average of all the Rows as well.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jul 2025 11:07:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Visual-Calculation-Average-of-All-Data-Points-for-Use-in-a/m-p/4761969#M182367</guid>
      <dc:creator>RockliffeBI</dc:creator>
      <dc:date>2025-07-14T11:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: Visual Calculation - Average of All Data Points for Use in a Constant Line</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Visual-Calculation-Average-of-All-Data-Points-for-Use-in-a/m-p/4761971#M182368</link>
      <description>&lt;P&gt;Can you please show an image of what you get and clarify what you want to get?&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jul 2025 11:12:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Visual-Calculation-Average-of-All-Data-Points-for-Use-in-a/m-p/4761971#M182368</guid>
      <dc:creator>FBergamaschi</dc:creator>
      <dc:date>2025-07-14T11:12:46Z</dc:date>
    </item>
    <item>
      <title>Re: Visual Calculation - Average of All Data Points for Use in a Constant Line</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Visual-Calculation-Average-of-All-Data-Points-for-Use-in-a/m-p/4762311#M182388</link>
      <description>&lt;P&gt;I can't get an image from Power BI, but I've set out the layout within the Visual Calculation window as attached.&amp;nbsp; The data in the Visual is Month and Amount.&amp;nbsp; I can calculate the Average as shown, Visual Calculations creates the Total of 63 for the Average calculation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The visual's Y-Axis Constant Line picks up the value of 63 from the Average field and plots the line at 63.&amp;nbsp; I need it to pick up the Total 'correctly' for the line, the 5.25 figure.&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jul 2025 14:07:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Visual-Calculation-Average-of-All-Data-Points-for-Use-in-a/m-p/4762311#M182388</guid>
      <dc:creator>RockliffeBI</dc:creator>
      <dc:date>2025-07-14T14:07:07Z</dc:date>
    </item>
    <item>
      <title>Re: Visual Calculation - Average of All Data Points for Use in a Constant Line</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Visual-Calculation-Average-of-All-Data-Points-for-Use-in-a/m-p/4762348#M182392</link>
      <description>&lt;P&gt;I understand but in fact this is what I get in a matrix with month and a sales measure, using the visual calc code&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;( &lt;/SPAN&gt;&lt;SPAN&gt;AVERAGEX&lt;/SPAN&gt;&lt;SPAN&gt;( &lt;/SPAN&gt;&lt;SPAN&gt;ROWS&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;[Sales]&lt;/SPAN&gt;&lt;SPAN&gt; ), &lt;/SPAN&gt;&lt;SPAN&gt;EXPAND&lt;/SPAN&gt;&lt;SPAN&gt;( &lt;/SPAN&gt;&lt;SPAN&gt;[YearMonth]&lt;/SPAN&gt;&lt;SPAN&gt; ) )&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&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;what code are you using in your visual calc? there must be something we are understanding each other&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this helped, please consider giving kudos and mark as a solution&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="273" data-lia-user-login="me" class="lia-mention lia-mention-user"&gt;me&lt;/a&gt; in replies or I'll lose your thread&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;consider voting &lt;A href="https://community.fabric.microsoft.com/t5/Fabric-Ideas/Power-BI-Filter-Pane-as-an-icon-on-the-right-side-bar-in-on/idi-p/4728588" target="_blank"&gt;this Power BI idea&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Francesco Bergamaschi&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;MBA, M.Eng, M.Econ, Professor of BI&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jul 2025 14:30:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Visual-Calculation-Average-of-All-Data-Points-for-Use-in-a/m-p/4762348#M182392</guid>
      <dc:creator>FBergamaschi</dc:creator>
      <dc:date>2025-07-14T14:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: Visual Calculation - Average of All Data Points for Use in a Constant Line</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Visual-Calculation-Average-of-All-Data-Points-for-Use-in-a/m-p/4762413#M182398</link>
      <description>&lt;P&gt;Apologies, I've only just seen this reply!&amp;nbsp; This does do what I need, so that's great.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now I need to figure out how to add the calculation to the Tooltip field well while it's being used for the Y Axis Constant Line, otherwise I might have to create the Measure as well anyway....&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jul 2025 15:02:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Visual-Calculation-Average-of-All-Data-Points-for-Use-in-a/m-p/4762413#M182398</guid>
      <dc:creator>RockliffeBI</dc:creator>
      <dc:date>2025-07-14T15:02:00Z</dc:date>
    </item>
  </channel>
</rss>

