<?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: Difference between TABULAR MODEL SQL SERVER DATA and Power Bi Data Dumps in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Difference-between-TABULAR-MODEL-SQL-SERVER-DATA-and-Power-Bi/m-p/4049952#M36069</link>
    <description>&lt;P&gt;&lt;FONT&gt;Hi,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="338679" data-lia-user-login="Karolina411" class="lia-mention lia-mention-user"&gt;Karolina411&lt;/a&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This difference is mainly caused by the inconsistency between the context of your current paginated report and the normal Power BI report.&lt;BR /&gt;You need to check all the filters of your paginated report and make sure that the two reports use the same filters.&lt;BR /&gt;The easiest way to check whether your formula has problems is to put the required columns into two reports, and then all the filters are the same to verify whether your expression has problems.&lt;BR /&gt;If your expression has no problems, the reason for this difference is that you are currently using other fields (columns) or there are other filters in Power BI Desktop.&lt;BR /&gt;In general, paginated reports and Power BI reports use different languages, and their calculation logic is also different. You need to adjust and calculate according to the characteristics of paginated reports.&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>Fri, 19 Jul 2024 06:46:51 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-07-19T06:46:51Z</dc:date>
    <item>
      <title>Difference between TABULAR MODEL SQL SERVER DATA and Power Bi Data Dumps</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Difference-between-TABULAR-MODEL-SQL-SERVER-DATA-and-Power-Bi/m-p/4049225#M36057</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;Trying to work out the difference to come up with the same result from simple division:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;There is a $43 difference paginated Reports (filtered by YearMonth in my DateDim table)&lt;BR /&gt;=Sum(Fields!AllowedCostYTD.Value, "DataSet1")/Sum(Fields!MemberMonthsYTD.Value, "DataSet1") $413&lt;/P&gt;&lt;P&gt;=IIF(IsNothing(Sum(Fields!AllowedPMPMYTD.Value)),0,Sum(Fields!AllowedPMPMYTD.Value)) 513.96&lt;/P&gt;&lt;P&gt;[Sum(AllowedPMPMYTD)] = 513.96 -- 663 into&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;=Sum(Fields!AllowedCost.Value, "DataSet1")/Sum(Fields!MemberMonthsYTD.Value, "DataSet1") 69.71&lt;/P&gt;&lt;P&gt;IN CUBE: AllowedPMPMYTD:=[AllowedCostYTD]/[MemberMonthsYTD] $370&lt;/P&gt;&lt;P&gt;IN CUBE: AllowedCostYTD:=TOTALYTD([AllowedCost],DateDim[DateValue])&lt;BR /&gt;IN CUBE:MemberMonthsYTD:=TOTALYTD([MemberMonths],DateDim[DateValue])&lt;/P&gt;&lt;P&gt;IN CUBE: BloodPressureDenominator:=SUM([CbpInDenominator])&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Visual:&lt;/P&gt;&lt;P&gt;Report Builder Below&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&gt;Power Bi Below&lt;/P&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;</description>
      <pubDate>Thu, 18 Jul 2024 18:29:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Difference-between-TABULAR-MODEL-SQL-SERVER-DATA-and-Power-Bi/m-p/4049225#M36057</guid>
      <dc:creator>Karolina411</dc:creator>
      <dc:date>2024-07-18T18:29:35Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between TABULAR MODEL SQL SERVER DATA and Power Bi Data Dumps</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Difference-between-TABULAR-MODEL-SQL-SERVER-DATA-and-Power-Bi/m-p/4049952#M36069</link>
      <description>&lt;P&gt;&lt;FONT&gt;Hi,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="338679" data-lia-user-login="Karolina411" class="lia-mention lia-mention-user"&gt;Karolina411&lt;/a&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This difference is mainly caused by the inconsistency between the context of your current paginated report and the normal Power BI report.&lt;BR /&gt;You need to check all the filters of your paginated report and make sure that the two reports use the same filters.&lt;BR /&gt;The easiest way to check whether your formula has problems is to put the required columns into two reports, and then all the filters are the same to verify whether your expression has problems.&lt;BR /&gt;If your expression has no problems, the reason for this difference is that you are currently using other fields (columns) or there are other filters in Power BI Desktop.&lt;BR /&gt;In general, paginated reports and Power BI reports use different languages, and their calculation logic is also different. You need to adjust and calculate according to the characteristics of paginated reports.&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>Fri, 19 Jul 2024 06:46:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Difference-between-TABULAR-MODEL-SQL-SERVER-DATA-and-Power-Bi/m-p/4049952#M36069</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-07-19T06:46:51Z</dc:date>
    </item>
  </channel>
</rss>

