<?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 2 datasets in Paginated reports using parameters in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/2-datasets-in-Paginated-reports-using-parameters/m-p/4051349#M36083</link>
    <description>&lt;P&gt;&lt;STRONG&gt;Dataset1&lt;/STRONG&gt; will be filtered by both Physician Organization and Date (monthly reporting) and &lt;STRONG&gt;DataSet2&lt;/STRONG&gt; will only be filtered by &lt;STRONG&gt;YearMonth.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I created 2 new tables for both Parameters (YearMonth and PhysicianOrg).&amp;nbsp; Dataset2 only references the yearMonth parameter which is what I want as I wish to &lt;STRONG&gt;COMPARE the OVERALL score&lt;/STRONG&gt; to the score which will be filtered by both YEARMONTH and PHYSICIANORG.&amp;nbsp; When I add a new table and reference dataset2 along with dataset1 in one table it does work.&amp;nbsp; I tested this expression from Dataset2:&lt;/P&gt;&lt;P&gt;=Lookup(Fields!YearMonth.Value, Fields!YearMonth.Value, Fields!ID_AllowedPMPMYTD_.Value, "DataSet2") (the numbers are not matching the excel formula which is =IFERROR(CUBEVALUE("Cube",GM,CubeMeasures!$D$25,CurrentMonth),0).&amp;nbsp; &amp;nbsp;(the current month is hardcoded and referenced&lt;/P&gt;&lt;P&gt;I tried this expression inside the same table and referenced Dataset2 but that did not work. I am trying to match an excel formula report which uses HFPN overall is just AllowedPMPMYTD =CUBEMEMBER("Cube","[Measures].[AllowedPMPMYTD]") (it filters by month using How is this matched in Report Builder??? Do I need to use a DAX variation of CURRENT MONTH?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I use the formula below sliced by yearmonth (SQL via Tabular Model) in Report Builder:&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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The question is how do I show both results from 2 datasets in one paginated report?&amp;nbsp; I just need one column with the same expression to filter differently:&amp;nbsp; The Rate Column Filters by both parameters and the HFPN column filters by yearmonth column.&amp;nbsp; Any suggestions?&amp;nbsp; I created dataset2 just for HPFPN overall which I am currently hard coding until I can work this relatively simple problem out.&lt;/P&gt;&lt;P&gt;EVALUATE SUMMARIZECOLUMNS('Providers'[PCPLocation], 'Providers'[PhysicianOrganization],'DateDim'[Year],'DateDim'[MonthNameAbbreviation],'DateDim'[YearMonth],&amp;nbsp; FILTER(VALUES('Providers'[PhysicianOrganization]), 'Providers'[PhysicianOrganization] =&amp;nbsp; @PhysicianOrganization),FILTER(VALUES('DateDim'[YearMonth]), ('DateDim'[YearMonth] =@YearMonth)), FILTER(VALUES('Patients'[Populations]), ('Patients'[Populations] = "GM")),&amp;nbsp; "UniquePatients", [UniquePatients], "TotalCostYTD", [TotalCostYTD], "ERVisitsYTD", [ERVisitsYTD], "MemberMonthsYTD", [MemberMonthsYTD], "Admits1000YTD", [Admits1000YTD],"AntidepressantMedicationAcutePhaseNumerator",[AntidepressantMedicationAcutePhaseNumerator],"AntidepressantMedicationAcutePhaseDenominator",[AntidepressantMedicationAcutePhaseDenominator],"AntidepressantMedicationAcutePhaseRate",[AntidepressantMedicationAcutePhaseRate],"AnnualWellnessExamNumerator" ,[AnnualWellnessExamNumerator],"AnnualWellnessExamDenominator",[AnnualWellnessExamDenominator], "AnnualWellnessExamRate",[AnnualWellnessExamRate],"ERVisits1000YTD", [ERVisits1000YTD], "BloodPressureNumerator", [BloodPressureNumerator], "BloodPressureDenominator", [BloodPressureDenominator], "BloodPressureRate", [BloodPressureRate], "DiabetesHbA1cLessThan8Numerator", [DiabetesHbA1cLessThan8Numerator], "DiabetesDenominator", [DiabetesDenominator], "DiabetesHbA1cLessThan8Rate", [DiabetesHbA1cLessThan8Rate],"ReadmitsYTD",[ReadmitsYTD],"ReadmitsYTDRate",[ReadmitsYTD%],"AdmitsYTD",[AdmitsYTD],"AllowedCost",[AllowedCost],"AllowedCostYTD",[AllowedCostYTD],"AllowedPMPMYTD",[AllowedPMPMYTD],"BreastCancerScreeningNumerator",[BreastCancerScreeningNumerator],"BreastCancerScreeningDenominator",[BreastCancerScreeningDenominator],"BreastCancerScreeningRate",[BreastCancerScreeningRate],"ColorectalCancerScreeningDenominator",[ColorectalCancerScreeningDenominator],"ColorectalCancerScreeningNumerator",[ColorectalCancerScreeningNumerator],"ColorectalCancerScreeningRate",[ColorectalCancerScreeningRate],"DAWNumerator",[DAWNumerator],"DAWDenominator",[DAWDenominator], "DAWFillRate",[DAWFillRate],"ERVisitsRate",[ERVisitsYTDMoreThan5Visits1000],"ERVisitsNumerator",[ERVisitsYTDMoreThan5Visits],"LowBackPainImaging18to64Numerator",[LowBackPainImaging18to64Numerator],"LowBackPainImaging18to64Denominator",[LowBackPainImaging18to64Denominator],"LowBackPainImaging18to64InverseRate",[LowBackPainImaging18to64InverseRate],"LowBackPainImaging65to75Numerator",[LowBackPainImaging65to75Numerator],"LowBackPainImaging65to75Denominator",[LowBackPainImaging65to75Denominator],"LowBackPainImaging65to75InverseRate",[LowBackPainImaging65to75InverseRate],"VirtualNumerator",[OutpatientUtilYTD],"VirtualRate",[OutpatientUtil1000YTD],"DepressionScreeningNumerator",[DepressionScreeningNumerator],"DepressionScreeningDenominator",[DepressionScreeningDenominator],"DepressionScreeningRate",[DepressionScreeningRate],"DepressionPositiveScreenNumerator",[DepressionPositiveScreenNumerator],"DepressionPositiveScreenDenominator",[DepressionPositiveScreenDenominator],"DepressionPositiveScreenRate",[DepressionPositiveScreenRate],"CervicalCancerNumerator",[CervicalCancerNumerator],"CervicalCancerDenominator",[CervicalCancerDenominator],"CervicalCancerRate",[CervicalCancerRate],"GenericNumeratorYTD",[GenericNumeratorYTD],"GenericDenominatorYTD",[GenericDenominatorYTD],"GenericFillRateYTD",[GenericFillRateYTD],"April YTD","April 2024 YTD","Zero",0)&lt;/P&gt;</description>
    <pubDate>Fri, 19 Jul 2024 20:38:35 GMT</pubDate>
    <dc:creator>Karolina411</dc:creator>
    <dc:date>2024-07-19T20:38:35Z</dc:date>
    <item>
      <title>2 datasets in Paginated reports using parameters</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/2-datasets-in-Paginated-reports-using-parameters/m-p/4051349#M36083</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Dataset1&lt;/STRONG&gt; will be filtered by both Physician Organization and Date (monthly reporting) and &lt;STRONG&gt;DataSet2&lt;/STRONG&gt; will only be filtered by &lt;STRONG&gt;YearMonth.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I created 2 new tables for both Parameters (YearMonth and PhysicianOrg).&amp;nbsp; Dataset2 only references the yearMonth parameter which is what I want as I wish to &lt;STRONG&gt;COMPARE the OVERALL score&lt;/STRONG&gt; to the score which will be filtered by both YEARMONTH and PHYSICIANORG.&amp;nbsp; When I add a new table and reference dataset2 along with dataset1 in one table it does work.&amp;nbsp; I tested this expression from Dataset2:&lt;/P&gt;&lt;P&gt;=Lookup(Fields!YearMonth.Value, Fields!YearMonth.Value, Fields!ID_AllowedPMPMYTD_.Value, "DataSet2") (the numbers are not matching the excel formula which is =IFERROR(CUBEVALUE("Cube",GM,CubeMeasures!$D$25,CurrentMonth),0).&amp;nbsp; &amp;nbsp;(the current month is hardcoded and referenced&lt;/P&gt;&lt;P&gt;I tried this expression inside the same table and referenced Dataset2 but that did not work. I am trying to match an excel formula report which uses HFPN overall is just AllowedPMPMYTD =CUBEMEMBER("Cube","[Measures].[AllowedPMPMYTD]") (it filters by month using How is this matched in Report Builder??? Do I need to use a DAX variation of CURRENT MONTH?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I use the formula below sliced by yearmonth (SQL via Tabular Model) in Report Builder:&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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The question is how do I show both results from 2 datasets in one paginated report?&amp;nbsp; I just need one column with the same expression to filter differently:&amp;nbsp; The Rate Column Filters by both parameters and the HFPN column filters by yearmonth column.&amp;nbsp; Any suggestions?&amp;nbsp; I created dataset2 just for HPFPN overall which I am currently hard coding until I can work this relatively simple problem out.&lt;/P&gt;&lt;P&gt;EVALUATE SUMMARIZECOLUMNS('Providers'[PCPLocation], 'Providers'[PhysicianOrganization],'DateDim'[Year],'DateDim'[MonthNameAbbreviation],'DateDim'[YearMonth],&amp;nbsp; FILTER(VALUES('Providers'[PhysicianOrganization]), 'Providers'[PhysicianOrganization] =&amp;nbsp; @PhysicianOrganization),FILTER(VALUES('DateDim'[YearMonth]), ('DateDim'[YearMonth] =@YearMonth)), FILTER(VALUES('Patients'[Populations]), ('Patients'[Populations] = "GM")),&amp;nbsp; "UniquePatients", [UniquePatients], "TotalCostYTD", [TotalCostYTD], "ERVisitsYTD", [ERVisitsYTD], "MemberMonthsYTD", [MemberMonthsYTD], "Admits1000YTD", [Admits1000YTD],"AntidepressantMedicationAcutePhaseNumerator",[AntidepressantMedicationAcutePhaseNumerator],"AntidepressantMedicationAcutePhaseDenominator",[AntidepressantMedicationAcutePhaseDenominator],"AntidepressantMedicationAcutePhaseRate",[AntidepressantMedicationAcutePhaseRate],"AnnualWellnessExamNumerator" ,[AnnualWellnessExamNumerator],"AnnualWellnessExamDenominator",[AnnualWellnessExamDenominator], "AnnualWellnessExamRate",[AnnualWellnessExamRate],"ERVisits1000YTD", [ERVisits1000YTD], "BloodPressureNumerator", [BloodPressureNumerator], "BloodPressureDenominator", [BloodPressureDenominator], "BloodPressureRate", [BloodPressureRate], "DiabetesHbA1cLessThan8Numerator", [DiabetesHbA1cLessThan8Numerator], "DiabetesDenominator", [DiabetesDenominator], "DiabetesHbA1cLessThan8Rate", [DiabetesHbA1cLessThan8Rate],"ReadmitsYTD",[ReadmitsYTD],"ReadmitsYTDRate",[ReadmitsYTD%],"AdmitsYTD",[AdmitsYTD],"AllowedCost",[AllowedCost],"AllowedCostYTD",[AllowedCostYTD],"AllowedPMPMYTD",[AllowedPMPMYTD],"BreastCancerScreeningNumerator",[BreastCancerScreeningNumerator],"BreastCancerScreeningDenominator",[BreastCancerScreeningDenominator],"BreastCancerScreeningRate",[BreastCancerScreeningRate],"ColorectalCancerScreeningDenominator",[ColorectalCancerScreeningDenominator],"ColorectalCancerScreeningNumerator",[ColorectalCancerScreeningNumerator],"ColorectalCancerScreeningRate",[ColorectalCancerScreeningRate],"DAWNumerator",[DAWNumerator],"DAWDenominator",[DAWDenominator], "DAWFillRate",[DAWFillRate],"ERVisitsRate",[ERVisitsYTDMoreThan5Visits1000],"ERVisitsNumerator",[ERVisitsYTDMoreThan5Visits],"LowBackPainImaging18to64Numerator",[LowBackPainImaging18to64Numerator],"LowBackPainImaging18to64Denominator",[LowBackPainImaging18to64Denominator],"LowBackPainImaging18to64InverseRate",[LowBackPainImaging18to64InverseRate],"LowBackPainImaging65to75Numerator",[LowBackPainImaging65to75Numerator],"LowBackPainImaging65to75Denominator",[LowBackPainImaging65to75Denominator],"LowBackPainImaging65to75InverseRate",[LowBackPainImaging65to75InverseRate],"VirtualNumerator",[OutpatientUtilYTD],"VirtualRate",[OutpatientUtil1000YTD],"DepressionScreeningNumerator",[DepressionScreeningNumerator],"DepressionScreeningDenominator",[DepressionScreeningDenominator],"DepressionScreeningRate",[DepressionScreeningRate],"DepressionPositiveScreenNumerator",[DepressionPositiveScreenNumerator],"DepressionPositiveScreenDenominator",[DepressionPositiveScreenDenominator],"DepressionPositiveScreenRate",[DepressionPositiveScreenRate],"CervicalCancerNumerator",[CervicalCancerNumerator],"CervicalCancerDenominator",[CervicalCancerDenominator],"CervicalCancerRate",[CervicalCancerRate],"GenericNumeratorYTD",[GenericNumeratorYTD],"GenericDenominatorYTD",[GenericDenominatorYTD],"GenericFillRateYTD",[GenericFillRateYTD],"April YTD","April 2024 YTD","Zero",0)&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jul 2024 20:38:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/2-datasets-in-Paginated-reports-using-parameters/m-p/4051349#M36083</guid>
      <dc:creator>Karolina411</dc:creator>
      <dc:date>2024-07-19T20:38:35Z</dc:date>
    </item>
    <item>
      <title>Re: 2 datasets in Paginated reports using parameters</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/2-datasets-in-Paginated-reports-using-parameters/m-p/4052143#M36088</link>
      <description>&lt;P&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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;DataSet1 gets the detailed data filtered by YearMonth and PhysicianOrganization.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;SELECT
    [PhysicianOrganization],
    [YearMonth],
    [MeasureDescription],
    [AllowedPMPMYTD]
FROM
    [YourTable]
WHERE
    [YearMonth] = @YearMonth
    AND [PhysicianOrganization] = @PhysicianOrganization&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;DataSet2 gets the overall HFPN data filtered by YearMonth.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;SELECT
    [YearMonth],
    [HFPN_Overall_AllowedPMPMYTD]
FROM
    [YourOverallTable]
WHERE
    [YearMonth] = @YearMonth&lt;/LI-CODE&gt;&lt;P&gt;Create a parameter @YearMonth and link it to the @PhysicianOrganization dataset.&lt;/P&gt;&lt;P&gt;Create a table in the report and bind it to DataSet1.&lt;BR /&gt;Use the LOOKUP function in the table to get the HFPN overall score from DataSet2.&amp;nbsp;Here is an example of how to use the LOOKUP function in a table in Report Builder:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;=Lookup(Fields!YearMonth.Value, Fields!YearMonth.Value, Fields!HFPN_Overall_AllowedPMPMYTD.Value, "DataSet2")&lt;/LI-CODE&gt;&lt;P&gt;Add a table to your report and bind it to DataSet1.&lt;BR /&gt;Add columns for the measures Description, Rate, and HFPN Overall.&lt;BR /&gt;In the HFPN Overall column, use the LOOKUP function that I mentioned earlier.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If this post helps, then please consider&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/EM&gt;&lt;SPAN&gt;and&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;kudos to this post&lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;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>Sun, 21 Jul 2024 00:48:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/2-datasets-in-Paginated-reports-using-parameters/m-p/4052143#M36088</guid>
      <dc:creator>hackcrr</dc:creator>
      <dc:date>2024-07-21T00:48:04Z</dc:date>
    </item>
    <item>
      <title>Re: 2 datasets in Paginated reports using parameters</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/2-datasets-in-Paginated-reports-using-parameters/m-p/4054264#M36100</link>
      <description>&lt;P&gt;Thank you but I do not quite understand this:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Create a parameter @YearMonth and link it to the @PhysicianOrganization dataset.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Create a table in the report and bind it to DataSet1.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Currently I have 2 parameters-- @YearMonth&amp;nbsp;@PhysicianOrganization both are linked in dataset 1 and only YearMonth is linked in dataset 2.&amp;nbsp; What should I do differently? Are you saying combine both data and physician organization datasets?&amp;nbsp; I am lost---this is also a Tabular model so dataset2 looks like this:&amp;nbsp;EVALUATE SUMMARIZECOLUMNS('Providers'[PCPLocation], 'Providers'[PhysicianOrganization],'DateDim'[Year],'DateDim'[MonthNameAbbreviation],'DateDim'[YearMonth],FILTER(VALUES('DateDim'[YearMonth]), ('DateDim'[YearMonth] =@YearMonth)), FILTER(VALUES('Patients'[Populations]), ('Patients'[Populations] = "GM")), "UniquePatients", [UniquePatients], "TotalCostYTD", [TotalCostYTD], "ERVisitsYTD", [ERVisitsYTD], "MemberMonthsYTD", [MemberMonthsYTD], "Admits1000YTD", [Admits1000YTD],"AntidepressantMedicationAcutePhaseNumerator",[AntidepressantMedicationAcutePhaseNumerator],"AntidepressantMedicationAcutePhaseDenominator",[AntidepressantMedicationAcutePhaseDenominator],"AntidepressantMedicationAcutePhaseRate",[AntidepressantMedicationAcutePhaseRate],"AnnualWellnessExamNumerator" ,[AnnualWellnessExamNumerator],"AnnualWellnessExamDenominator",[AnnualWellnessExamDenominator], "AnnualWellnessExamRate",[AnnualWellnessExamRate],"ERVisits1000YTD", [ERVisits1000YTD], "BloodPressureNumerator", [BloodPressureNumerator], "BloodPressureDenominator", [BloodPressureDenominator], "BloodPressureRate", [BloodPressureRate], "DiabetesHbA1cLessThan8Numerator", [DiabetesHbA1cLessThan8Numerator], "DiabetesDenominator", [DiabetesDenominator], "DiabetesHbA1cLessThan8Rate", [DiabetesHbA1cLessThan8Rate],"ReadmitsYTD",[ReadmitsYTD],"ReadmitsYTDRate",[ReadmitsYTD%],"AdmitsYTD",[AdmitsYTD],"AllowedCost",[AllowedCost],"AllowedCostYTD",[AllowedCostYTD],"AllowedPMPMYTD",[AllowedPMPMYTD],"BreastCancerScreeningNumerator",[BreastCancerScreeningNumerator],"BreastCancerScreeningDenominator",[BreastCancerScreeningDenominator],"BreastCancerScreeningRate",[BreastCancerScreeningRate],"ColorectalCancerScreeningDenominator",[ColorectalCancerScreeningDenominator],"ColorectalCancerScreeningNumerator",[ColorectalCancerScreeningNumerator],"ColorectalCancerScreeningRate",[ColorectalCancerScreeningRate],"DAWNumerator",[DAWNumerator],"DAWDenominator",[DAWDenominator], "DAWFillRate",[DAWFillRate],"ERVisitsRate",[ERVisitsYTDMoreThan5Visits1000],"ERVisitsNumerator",[ERVisitsYTDMoreThan5Visits],"LowBackPainImaging18to64Numerator",[LowBackPainImaging18to64Numerator],"LowBackPainImaging18to64Denominator",[LowBackPainImaging18to64Denominator],"LowBackPainImaging18to64InverseRate",[LowBackPainImaging18to64InverseRate],"LowBackPainImaging65to75Numerator",[LowBackPainImaging65to75Numerator],"LowBackPainImaging65to75Denominator",[LowBackPainImaging65to75Denominator],"LowBackPainImaging65to75InverseRate",[LowBackPainImaging65to75InverseRate],"VirtualNumerator",[OutpatientUtilYTD],"VirtualRate",[OutpatientUtil1000YTD],"DepressionScreeningNumerator",[DepressionScreeningNumerator],"DepressionScreeningDenominator",[DepressionScreeningDenominator],"DepressionScreeningRate",[DepressionScreeningRate],"DepressionPositiveScreenNumerator",[DepressionPositiveScreenNumerator],"DepressionPositiveScreenDenominator",[DepressionPositiveScreenDenominator],"DepressionPositiveScreenRate",[DepressionPositiveScreenRate],"CervicalCancerNumerator",[CervicalCancerNumerator],"CervicalCancerDenominator",[CervicalCancerDenominator],"CervicalCancerRate",[CervicalCancerRate],"GenericNumeratorYTD",[GenericNumeratorYTD],"GenericDenominatorYTD",[GenericDenominatorYTD],"GenericFillRateYTD",[GenericFillRateYTD],"April YTD","April 2024 YTD","Zero",0)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&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>Mon, 22 Jul 2024 15:19:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/2-datasets-in-Paginated-reports-using-parameters/m-p/4054264#M36100</guid>
      <dc:creator>Karolina411</dc:creator>
      <dc:date>2024-07-22T15:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: 2 datasets in Paginated reports using parameters</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/2-datasets-in-Paginated-reports-using-parameters/m-p/4054631#M36101</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="740391" data-lia-user-login="hackcrr" class="lia-mention lia-mention-user"&gt;hackcrr&lt;/a&gt;&amp;nbsp;- Also when I join both the Physician Organization and DateDim together I get this when I view the report:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Do you think I need to somehow create two tables rather than referencing DataSet2?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jul 2024 20:50:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/2-datasets-in-Paginated-reports-using-parameters/m-p/4054631#M36101</guid>
      <dc:creator>Karolina411</dc:creator>
      <dc:date>2024-07-22T20:50:39Z</dc:date>
    </item>
  </channel>
</rss>

