<?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: Report builder measure issue in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Report-builder-measure-issue/m-p/4364189#M39275</link>
    <description>&lt;P&gt;Thanks again Anonymous&lt;/LI-USER&gt;&amp;nbsp; Yes, you can use expression instead of measure defined.&lt;/P&gt;&lt;P&gt;I understand it's not possible to use measure aggregation to total when the measure is division, standard deviation , etc, I should be rewrite the formule in expression. This way I have many measures and expression as same functions as many reports or report builders.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I figure out as good practice use defined measure in SM.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I'm going to use expression.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 15 Jan 2025 02:27:19 GMT</pubDate>
    <dc:creator>Peter_23</dc:creator>
    <dc:date>2025-01-15T02:27:19Z</dc:date>
    <item>
      <title>Report builder measure issue</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Report-builder-measure-issue/m-p/4354143#M39138</link>
      <description>&lt;P&gt;Hi community.&lt;/P&gt;&lt;P&gt;I work with report builder, this time is my first report in this tool, I trying to display a table with measures, but I don't make a correct calculation. I mean.&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Country&lt;/TD&gt;&lt;TD&gt;City&lt;/TD&gt;&lt;TD&gt;stock&lt;/TD&gt;&lt;TD&gt;orders&lt;/TD&gt;&lt;TD&gt;Average&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;US&lt;/TD&gt;&lt;TD&gt;NY&lt;/TD&gt;&lt;TD&gt;100&lt;/TD&gt;&lt;TD&gt;30&lt;/TD&gt;&lt;TD&gt;0.0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;US&lt;/TD&gt;&lt;TD&gt;LA&lt;/TD&gt;&lt;TD&gt;130&lt;/TD&gt;&lt;TD&gt;10&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;8.0&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I have on SM this dimensions: Country, City and measures : stock, orders, average.&lt;/P&gt;&lt;P&gt;the measure "average" is in fact, DIVIDE ( orders , stock ) so the correct values are: NY 30, LA 7,69, eg.&lt;/P&gt;&lt;P&gt;Average is not aggregate in report builder because it is calculated in formule [Average] meanwhile stock and orders are sum. OK&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I developmented this table in power bi report the measures are OK.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there anything is way wrong? Calculation, expression or something.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2025 00:04:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Report-builder-measure-issue/m-p/4354143#M39138</guid>
      <dc:creator>Peter_23</dc:creator>
      <dc:date>2025-01-08T00:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: Report builder measure issue</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Report-builder-measure-issue/m-p/4354585#M39145</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="754136" data-lia-user-login="Peter_23" class="lia-mention lia-mention-user"&gt;Peter_23&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Based on the dimensions you showcased, I've made some example data:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Add this dataset in Report builder. Then insert a tablix:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Use the following expression:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;IIf(Fields!Stock.Value&amp;lt;&amp;gt;0,Fields!Orders.Value/Fields!Stock.Value,0)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Set the display format:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Here are the results:&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;
&lt;P style="margin-bottom: 6.0pt;"&gt;&lt;SPAN&gt;Best Regards&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin-bottom: 6.0pt;"&gt;&lt;SPAN&gt;Jianpeng &lt;/SPAN&gt;&lt;SPAN&gt;Li&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin-bottom: 6.0pt;"&gt;&lt;SPAN&gt;If this post &lt;STRONG&gt;&lt;I&gt;helps&lt;/I&gt;&lt;/STRONG&gt;, then please consider &lt;STRONG&gt;&lt;I&gt;Accept it as the solution&lt;/I&gt;&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2025 06:41:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Report-builder-measure-issue/m-p/4354585#M39145</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-01-08T06:41:52Z</dc:date>
    </item>
    <item>
      <title>Re: Report builder measure issue</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Report-builder-measure-issue/m-p/4355425#M39158</link>
      <description>&lt;P&gt;thanks Anonymous&lt;/a&gt;&amp;nbsp; I have to use expression formule, but is it possible to use measure "averange"?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I don't have group rows defined in the table (Country, city), the measure works, but I would like sumarrized values. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Country&lt;/TD&gt;&lt;TD&gt;City&lt;/TD&gt;&lt;TD&gt;Stock&lt;/TD&gt;&lt;TD&gt;Orders&lt;/TD&gt;&lt;TD&gt;Averange&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;US&lt;/TD&gt;&lt;TD&gt;NY&lt;/TD&gt;&lt;TD&gt;75&lt;/TD&gt;&lt;TD&gt;20&lt;/TD&gt;&lt;TD&gt;26.6&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;US&lt;/TD&gt;&lt;TD&gt;NY&lt;/TD&gt;&lt;TD&gt;25&lt;/TD&gt;&lt;TD&gt;10&lt;/TD&gt;&lt;TD&gt;40&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;US&lt;/TD&gt;&lt;TD&gt;LA&lt;/TD&gt;&lt;TD&gt;100&lt;/TD&gt;&lt;TD&gt;5&lt;/TD&gt;&lt;TD&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;US&lt;/TD&gt;&lt;TD&gt;LA&lt;/TD&gt;&lt;TD&gt;30&lt;/TD&gt;&lt;TD&gt;5&lt;/TD&gt;&lt;TD&gt;16.6&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So is there anyway to use measure instead of expression in group row?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2025 14:57:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Report-builder-measure-issue/m-p/4355425#M39158</guid>
      <dc:creator>Peter_23</dc:creator>
      <dc:date>2025-01-08T14:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: Report builder measure issue</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Report-builder-measure-issue/m-p/4356426#M39172</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="754136" data-lia-user-login="Peter_23" class="lia-mention lia-mention-user"&gt;Peter_23&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If so, I recommend that you connect Power BI Report builder to your semantic model. Create a new summary table in your semantic model with DAX expressions:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Table = SUMMARIZE('SalesData','SalesData'[City],'SalesData'[Country],'SalesData'[Orders],SalesData[Stock],"Avuerage",DIVIDE('SalesData'[Orders],'SalesData'[Stock])*100)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Connect to your semantic model in Power BI Report builder:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Here, in addition to creating a calculated table in Power BI beforehand, you can also use measures from your semantic model.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Below is the generated DAX query. If you're good at it, you can write straight into Query Designer instead of going into it.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;You don't even need to resort to a semantic model. If you have SSAS, you can connect directly to your data source there, then write the corresponding DAX expression, and finally connect it in Report builder.&lt;/P&gt;
&lt;P&gt;You can only use expressions in Power BI Report builder, not measures (except in the case of connections to semantic models or SSAS).&lt;/P&gt;
&lt;P&gt;If you still decide to use expressions, check out this article below to learn about the syntax of Report builder.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.tutorialgateway.org/ssrs-avg-function/" target="_blank" rel="noopener"&gt;SSRS Avg Function&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.tutorialgateway.org/ssrs/" target="_blank" rel="noopener"&gt;SQL Server Reporting Services (SSRS) Tutorial&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin-bottom: 6.0pt;"&gt;&lt;SPAN&gt;Best Regards&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin-bottom: 6.0pt;"&gt;&lt;SPAN&gt;Jianpeng &lt;/SPAN&gt;&lt;SPAN&gt;Li&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin-bottom: 6.0pt;"&gt;&lt;SPAN&gt;If this post &lt;STRONG&gt;&lt;I&gt;helps&lt;/I&gt;&lt;/STRONG&gt;, then please consider &lt;STRONG&gt;&lt;I&gt;Accept it as the solution&lt;/I&gt;&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2025 06:14:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Report-builder-measure-issue/m-p/4356426#M39172</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-01-09T06:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: Report builder measure issue</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Report-builder-measure-issue/m-p/4357610#M39187</link>
      <description>&lt;P&gt;Thanks Anonymous&lt;/a&gt; thanks&lt;/P&gt;&lt;P&gt;The SM is actually in the service so the live connection is it.&lt;/P&gt;&lt;P&gt;When you said:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"You can only use expressions in Power BI Report builder, not measures (except in the case of connections to semantic models or SSAS)."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I could be use or could be not? (Measures)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Thu, 09 Jan 2025 17:07:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Report-builder-measure-issue/m-p/4357610#M39187</guid>
      <dc:creator>Peter_23</dc:creator>
      <dc:date>2025-01-09T17:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: Report builder measure issue</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Report-builder-measure-issue/m-p/4360582#M39207</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="754136" data-lia-user-login="Peter_23" class="lia-mention lia-mention-user"&gt;Peter_23&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you very much for your reply. If you're connecting to a semantic model in the service in real time, you can use measure.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;You need to write the relevant measure in your semantic model and then connect it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin-bottom: 6.0pt;"&gt;&lt;SPAN&gt;Best Regards&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin-bottom: 6.0pt;"&gt;&lt;SPAN&gt;Jianpeng &lt;/SPAN&gt;&lt;SPAN&gt;Li&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin-bottom: 6.0pt;"&gt;&lt;SPAN&gt;If this post &lt;STRONG&gt;&lt;I&gt;helps&lt;/I&gt;&lt;/STRONG&gt;, then please consider &lt;STRONG&gt;&lt;I&gt;Accept it as the solution&lt;/I&gt;&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2025 02:59:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Report-builder-measure-issue/m-p/4360582#M39207</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-01-13T02:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: Report builder measure issue</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Report-builder-measure-issue/m-p/4362108#M39236</link>
      <description>&lt;P&gt;Thanks Anonymous&lt;/a&gt;&amp;nbsp; Yes, It is. but I trying to add grand total, so the sum(measure) don't have a correct value because it's division function, so which aggregation should be for grand total?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2025 20:22:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Report-builder-measure-issue/m-p/4362108#M39236</guid>
      <dc:creator>Peter_23</dc:creator>
      <dc:date>2025-01-13T20:22:49Z</dc:date>
    </item>
    <item>
      <title>Re: Report builder measure issue</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Report-builder-measure-issue/m-p/4362922#M39247</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="754136" data-lia-user-login="Peter_23" class="lia-mention lia-mention-user"&gt;Peter_23&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Based on your description, I created a tablix:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;This results in the correct summing of the measures:&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;
&lt;P style="margin-bottom: 6.0pt;"&gt;&lt;SPAN&gt;Best Regards&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin-bottom: 6.0pt;"&gt;&lt;SPAN&gt;Jianpeng &lt;/SPAN&gt;&lt;SPAN&gt;Li&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin-bottom: 6.0pt;"&gt;&lt;SPAN&gt;If this post &lt;STRONG&gt;&lt;I&gt;helps&lt;/I&gt;&lt;/STRONG&gt;, then please consider &lt;STRONG&gt;&lt;I&gt;Accept it as the solution&lt;/I&gt;&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jan 2025 08:39:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Report-builder-measure-issue/m-p/4362922#M39247</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-01-14T08:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: Report builder measure issue</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Report-builder-measure-issue/m-p/4363499#M39262</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt;&amp;nbsp; thanks for example, the sum are OK. Orders =40 and Stock 230, the measure are incorrect 40 / 230 = 0.173913043 , not 0.376... (totals) is the same issue I'm having too.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":sad_but_relieved_face:"&gt;😥&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jan 2025 14:53:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Report-builder-measure-issue/m-p/4363499#M39262</guid>
      <dc:creator>Peter_23</dc:creator>
      <dc:date>2025-01-14T14:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: Report builder measure issue</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Report-builder-measure-issue/m-p/4364138#M39273</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="754136" data-lia-user-login="Peter_23" class="lia-mention lia-mention-user"&gt;Peter_23&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you very much for clarifying this. To do this, I changed my expression as follows:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;To be able to get the right results:&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;
&lt;P style="margin-bottom: 6.0pt;"&gt;&lt;SPAN&gt;Best Regards&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin-bottom: 6.0pt;"&gt;&lt;SPAN&gt;Jianpeng &lt;/SPAN&gt;&lt;SPAN&gt;Li&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin-bottom: 6.0pt;"&gt;&lt;SPAN&gt;If this post &lt;STRONG&gt;&lt;I&gt;helps&lt;/I&gt;&lt;/STRONG&gt;, then please consider &lt;STRONG&gt;&lt;I&gt;Accept it as the solution&lt;/I&gt;&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2025 02:01:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Report-builder-measure-issue/m-p/4364138#M39273</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-01-15T02:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: Report builder measure issue</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Report-builder-measure-issue/m-p/4364189#M39275</link>
      <description>&lt;P&gt;Thanks again Anonymous&lt;/a&gt;&amp;nbsp; Yes, you can use expression instead of measure defined.&lt;/P&gt;&lt;P&gt;I understand it's not possible to use measure aggregation to total when the measure is division, standard deviation , etc, I should be rewrite the formule in expression. This way I have many measures and expression as same functions as many reports or report builders.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I figure out as good practice use defined measure in SM.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I'm going to use expression.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2025 02:27:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Report-builder-measure-issue/m-p/4364189#M39275</guid>
      <dc:creator>Peter_23</dc:creator>
      <dc:date>2025-01-15T02:27:19Z</dc:date>
    </item>
    <item>
      <title>Re: Report builder measure issue</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Report-builder-measure-issue/m-p/4364211#M39277</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="754136" data-lia-user-login="Peter_23" class="lia-mention lia-mention-user"&gt;Peter_23&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As you described, there are many duplications in expressions and measures. Since the total is added after loading the dataset into the report builder and then creating a new visual object, some expressions cannot be avoided.&lt;BR /&gt;I think this is because of two different products. At first, it was dedicated to paginated reports and served SQL Server Reporting Service. At that time, expressions were used, which was a long time ago. In recent years, it has developed into Power BI Report Server, which integrates Power BI's semantic model and other functions into it. This is also the current preview stage.&lt;BR /&gt;As recommended, complete the writing of measures in the semantic model as much as possible, and then present the data in Power BI Report Builder.&lt;BR /&gt;If you have already got the answer to the current problem in the previous reply, you can mark the corresponding reply as a solution so that other people in the community can quickly find help when they encounter similar problems.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin-bottom: 6.0pt;"&gt;&lt;SPAN&gt;Best Regards&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin-bottom: 6.0pt;"&gt;&lt;SPAN&gt;Jianpeng &lt;/SPAN&gt;&lt;SPAN&gt;Li&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin-bottom: 6.0pt;"&gt;&lt;SPAN&gt;If this post &lt;STRONG&gt;&lt;I&gt;helps&lt;/I&gt;&lt;/STRONG&gt;, then please consider &lt;STRONG&gt;&lt;I&gt;Accept it as the solution&lt;/I&gt;&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2025 02:45:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Report-builder-measure-issue/m-p/4364211#M39277</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-01-15T02:45:54Z</dc:date>
    </item>
    <item>
      <title>Re: Report builder measure issue</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Report-builder-measure-issue/m-p/4365924#M39285</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt;&amp;nbsp; I don't know&amp;nbsp; "This is also the current preview stage", ok I understand.&lt;/P&gt;&lt;P&gt;Thank you so much!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2025 00:12:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Report-builder-measure-issue/m-p/4365924#M39285</guid>
      <dc:creator>Peter_23</dc:creator>
      <dc:date>2025-01-16T00:12:18Z</dc:date>
    </item>
  </channel>
</rss>

