<?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: PBRS March Update breaking existing RDL reports that use LOOKUP function in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/PBRS-March-Update-breaking-existing-RDL-reports-that-use-LOOKUP/m-p/387167#M4792</link>
    <description>&lt;P&gt;Hey Ben, unfortuantely we didn't have a fix for this issue at the time we released the latest update but we are actively looking into this. We have a couple options we're looking at one of which is very promising, if it works out we should have an update very soon. As soon as I have some more information I will post it here.&lt;/P&gt;</description>
    <pubDate>Fri, 30 Mar 2018 19:34:26 GMT</pubDate>
    <dc:creator>mgmeyer</dc:creator>
    <dc:date>2018-03-30T19:34:26Z</dc:date>
    <item>
      <title>PBRS March Update breaking existing RDL reports that use LOOKUP function</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/PBRS-March-Update-breaking-existing-RDL-reports-that-use-LOOKUP/m-p/384067#M4682</link>
      <description>&lt;P&gt;It looks like something in the March update for Power BI Report Server is causing a breaking issue on RDL/SSRS reports that utilize the Lookup function (or it's derivatives LookupSet or MultiLookup).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, I have a column defined as:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;=SUM(Fields!Loan_Balance.Value) / Lookup(Fields!Year_and_Month_and_Group.Value,Fields!Year_and_Month_and_Group.Value,Fields!Customer_Count.Value,&lt;/FONT&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;"ReportDetails_Summary"&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the October release of PowerBI Report server, this works just fine, and returns the values I would expect. Also in Visual Studio 2015 with SSDT 14.0.61712.050, the report will preview just fine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, when I deploy this report to an upgraded server running the March release of Power BI Report Server, the column just returns with an "#Error". I can't seem to find anything in the log file that shws why this is an error. If I remove the SUM component, and just use the lookup, I get back a value. But for some reason the combination of the two functions doesn't work on the latest version.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Mar 2018 20:48:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/PBRS-March-Update-breaking-existing-RDL-reports-that-use-LOOKUP/m-p/384067#M4682</guid>
      <dc:creator>BenMackin</dc:creator>
      <dc:date>2018-03-26T20:48:50Z</dc:date>
    </item>
    <item>
      <title>Re: PBRS March Update breaking existing RDL reports that use LOOKUP function</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/PBRS-March-Update-breaking-existing-RDL-reports-that-use-LOOKUP/m-p/384089#M4685</link>
      <description>&lt;P&gt;Thanks for reporting the issue&amp;nbsp;this is something we are looking into. One question for you, are you using the Lookup function in the Header/Footer of the report or is it on the main canvas? How many reports do you have that are impacted by this? We do have one possible work, you can create a report level variable that contains the Lookup function and then reference that in your nested expression.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Mar 2018 21:19:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/PBRS-March-Update-breaking-existing-RDL-reports-that-use-LOOKUP/m-p/384089#M4685</guid>
      <dc:creator>mgmeyer</dc:creator>
      <dc:date>2018-03-26T21:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: PBRS March Update breaking existing RDL reports that use LOOKUP function</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/PBRS-March-Update-breaking-existing-RDL-reports-that-use-LOOKUP/m-p/384122#M4686</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/31487"&gt;@mgmeyer&lt;/a&gt;wrote:&lt;BR /&gt;&lt;P&gt;Thanks for reporting the issue&amp;nbsp;this is something we are looking into. One question for you, are you using the Lookup function in the Header/Footer of the report or is it on the main canvas? How many reports do you have that are impacted by this? We do have one possible work, you can create a report level variable that contains the Lookup function and then reference that in your nested expression.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;BR /&gt;The lookup function is in the tablix on the main canvas.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/88202iEA5B40940C20A247/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In total, we have 10 reports that are impacted.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As for the variable, I don't think that solution will work. Right now, we have the lookup being using in a column on a tablix. So it is repeated for each row. If I try and use a variable, I get the following error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;The Variable(LookUpTest1) expression for the report 'body' refers diorectly to the field 'Year_and_Month_and_Group' without specifing a dataset aggregate. When the report contains multiple datasets, field references outside of a data region must be contained within aggregate functions which specify a dataset scope.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In my case I don't think I can perfrom any aggregates, as the data is row level.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Mar 2018 22:22:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/PBRS-March-Update-breaking-existing-RDL-reports-that-use-LOOKUP/m-p/384122#M4686</guid>
      <dc:creator>BenMackin</dc:creator>
      <dc:date>2018-03-26T22:22:20Z</dc:date>
    </item>
    <item>
      <title>Re: PBRS March Update breaking existing RDL reports that use LOOKUP function</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/PBRS-March-Update-breaking-existing-RDL-reports-that-use-LOOKUP/m-p/385077#M4724</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/31487"&gt;@mgmeyer&lt;/a&gt;, &lt;FONT face="arial,helvetica,sans-serif"&gt;it looks like there are some more bugs we have identified with the RDL/Paginated reports in this latest March update of Power BI Report Server&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;When we use an aggregate function in a page footer, we get an &lt;STRONG&gt;#Error&lt;/STRONG&gt; message on the new version. On the old October version this worked fine.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Code example:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;=&lt;/FONT&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;"&lt;FONT color="#a31515" face="Consolas" size="2"&gt;Market(s): " &lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT color="#000000"&gt;+ IIF(Parameters!P_MA.Count = &lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT color="#000000"&gt;Sum(Fields!ParameterLevel.Value,&lt;/FONT&gt; &lt;/FONT&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;"P_MA_Param"&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT color="#000000"&gt;)&lt;/FONT&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;&lt;FONT color="#000000" face="Consolas" size="2"&gt;, &lt;/FONT&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;"All"&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;&lt;FONT color="#000000"&gt;, Join(Parameters!P_MA.Label,&lt;/FONT&gt; &lt;/FONT&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;", "&lt;/FONT&gt;&lt;FONT color="#000000" face="Consolas" size="2"&gt;))&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000" face="arial,helvetica,sans-serif" size="2"&gt;&lt;FONT size="2"&gt;We were able to work around using a variable:&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;=&lt;/FONT&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;"Market(s): " &lt;FONT face="Consolas" size="2"&gt;&lt;FONT color="#000000"&gt;+ IIF(Parameters!P_MA.Count = Variables!MarketAll.Value,&lt;/FONT&gt; &lt;/FONT&gt;"All"&lt;FONT face="Consolas" size="2"&gt;&lt;FONT color="#000000"&gt;, Join(Parameters!P_MA.Label,&lt;/FONT&gt; &lt;/FONT&gt;", "&lt;FONT color="#000000" face="Consolas" size="2"&gt;))&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000" face="arial,helvetica,sans-serif" size="2"&gt;But if we need to update all reports for this bug, it becomes an issue. Were there some regressions that got missed when building this new release? Looking at the change log, there isn't a lot of changes to the RDL/Paginated reports, so it is surprising to find so many breaking issues.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Mar 2018 23:33:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/PBRS-March-Update-breaking-existing-RDL-reports-that-use-LOOKUP/m-p/385077#M4724</guid>
      <dc:creator>BenMackin</dc:creator>
      <dc:date>2018-03-27T23:33:19Z</dc:date>
    </item>
    <item>
      <title>Re: PBRS March Update breaking existing RDL reports that use LOOKUP function</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/PBRS-March-Update-breaking-existing-RDL-reports-that-use-LOOKUP/m-p/385086#M4725</link>
      <description>&lt;P&gt;Thanks Ben for the update, we are actively looking into the issue and hope to have a fix soon. To your question around changes there we changes that do impact RDL reports however most of the them were infrastructure related.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Mar 2018 23:58:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/PBRS-March-Update-breaking-existing-RDL-reports-that-use-LOOKUP/m-p/385086#M4725</guid>
      <dc:creator>mgmeyer</dc:creator>
      <dc:date>2018-03-27T23:58:39Z</dc:date>
    </item>
    <item>
      <title>Re: PBRS March Update breaking existing RDL reports that use LOOKUP function</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/PBRS-March-Update-breaking-existing-RDL-reports-that-use-LOOKUP/m-p/385100#M4726</link>
      <description>Awesome.&lt;BR /&gt;&lt;BR /&gt;If there are any log files, or stack trace files, that I can send let me know. More than willing to help out troubleshoot.</description>
      <pubDate>Wed, 28 Mar 2018 00:48:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/PBRS-March-Update-breaking-existing-RDL-reports-that-use-LOOKUP/m-p/385100#M4726</guid>
      <dc:creator>BenMackin</dc:creator>
      <dc:date>2018-03-28T00:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: PBRS March Update breaking existing RDL reports that use LOOKUP function</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/PBRS-March-Update-breaking-existing-RDL-reports-that-use-LOOKUP/m-p/385319#M4738</link>
      <description>&lt;P&gt;Is this a general issue. In other words: the "Lookup" functions don't work at all in this PBRIS March 2018 release.&lt;/P&gt;&lt;P&gt;My customer has some 15 reports using this kind of functionality.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Mar 2018 07:35:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/PBRS-March-Update-breaking-existing-RDL-reports-that-use-LOOKUP/m-p/385319#M4738</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-28T07:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: PBRS March Update breaking existing RDL reports that use LOOKUP function</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/PBRS-March-Update-breaking-existing-RDL-reports-that-use-LOOKUP/m-p/385709#M4750</link>
      <description>&lt;P&gt;Hard to say.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have many reports that use lookup. Some of them have no issues. Some of them have issues. I can't exactly tell what causes the #Error, but it seems like if the lookup is used in conjunction with anything else, it fails.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best thing I can say to do is test it out. Install the update on a test instance, and load up your RDL files. Initialy, our plan was to spot check reports, since it didn't seem like there was any real changes around RDL reports in this release. But seeing as how we have found these breaking issues, we are going through the process of evaluating all 180 reports we have on our system.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Mar 2018 15:55:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/PBRS-March-Update-breaking-existing-RDL-reports-that-use-LOOKUP/m-p/385709#M4750</guid>
      <dc:creator>BenMackin</dc:creator>
      <dc:date>2018-03-28T15:55:11Z</dc:date>
    </item>
    <item>
      <title>Re: PBRS March Update breaking existing RDL reports that use LOOKUP function</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/PBRS-March-Update-breaking-existing-RDL-reports-that-use-LOOKUP/m-p/385805#M4753</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/59185"&gt;@BenMackin&lt;/a&gt;&amp;nbsp;Thank you for your feedback. We used the "Lookup" function to display the data in conjuction with other data sources data, and used in the sorting of the tables/matrices as well. Both sorting and display caused issues in all our reports.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/31487"&gt;@mgmeyer&lt;/a&gt;&amp;nbsp;We decided to rollback to the October 2017 version, which wasn't a simple uninstall of the March version, and a re-install of the October version. It seemed that the "ReportServer" database scheme was changed as well by the "March version" because the PBIRS/SSRS service couldn't connect to the "ReportServer" database anymore. After a restore of the "ReportServer" database with a back-up just before the upgrade everything was working again.&lt;/P&gt;&lt;P&gt;- Could you confirm that the "March version" indeed applied some changes to the "ReportServer" database scheme.&lt;/P&gt;&lt;P&gt;- When will a patch be available for the reported issues so far?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BR Frank&lt;/P&gt;</description>
      <pubDate>Wed, 28 Mar 2018 17:39:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/PBRS-March-Update-breaking-existing-RDL-reports-that-use-LOOKUP/m-p/385805#M4753</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-28T17:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: PBRS March Update breaking existing RDL reports that use LOOKUP function</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/PBRS-March-Update-breaking-existing-RDL-reports-that-use-LOOKUP/m-p/386896#M4784</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/31487"&gt;@mgmeyer&lt;/a&gt;&amp;nbsp;I noticed that a new patch/build was released for the PBIRS "March Version".&lt;/P&gt;&lt;P&gt;However&amp;nbsp;the changelog doesn't mention that this bug/issue has been fixed as well. Could you verify whether this bug/issue was also (unmentioned) fixed in the latest patch, or that it will be fixed in another patch?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Version 1.2.6660.39920 (Build 15.0.2.389), Released: March 28, 2018&lt;/EM&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Bug fixes&lt;UL&gt;&lt;LI&gt;For Power BI Reports (PBIX), fix for Export Data not working from Power BI Visuals&lt;/LI&gt;&lt;LI&gt;For Power BI Reports (PBIX), fix for URL filters not working&lt;/LI&gt;&lt;LI&gt;For Paginated Reports (RDL), fix for images not being displayed correctly in IE11 after upgrading to Power BI Report Server March release&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Fri, 30 Mar 2018 07:53:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/PBRS-March-Update-breaking-existing-RDL-reports-that-use-LOOKUP/m-p/386896#M4784</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-30T07:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: PBRS March Update breaking existing RDL reports that use LOOKUP function</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/PBRS-March-Update-breaking-existing-RDL-reports-that-use-LOOKUP/m-p/387150#M4791</link>
      <description>&lt;P&gt;@Anonymous&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just installed the Version 1.2.6660.39920 (Build 15.0.2.389), Released: March 28, 2018 and tried with some of my RDL reports, and they are still getting the same errors when using the LOOKUP functions. So this is not fixed yet.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/31487"&gt;@mgmeyer&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any time frame for when this will be resovled?&lt;/P&gt;</description>
      <pubDate>Fri, 30 Mar 2018 18:36:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/PBRS-March-Update-breaking-existing-RDL-reports-that-use-LOOKUP/m-p/387150#M4791</guid>
      <dc:creator>BenMackin</dc:creator>
      <dc:date>2018-03-30T18:36:20Z</dc:date>
    </item>
    <item>
      <title>Re: PBRS March Update breaking existing RDL reports that use LOOKUP function</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/PBRS-March-Update-breaking-existing-RDL-reports-that-use-LOOKUP/m-p/387167#M4792</link>
      <description>&lt;P&gt;Hey Ben, unfortuantely we didn't have a fix for this issue at the time we released the latest update but we are actively looking into this. We have a couple options we're looking at one of which is very promising, if it works out we should have an update very soon. As soon as I have some more information I will post it here.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Mar 2018 19:34:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/PBRS-March-Update-breaking-existing-RDL-reports-that-use-LOOKUP/m-p/387167#M4792</guid>
      <dc:creator>mgmeyer</dc:creator>
      <dc:date>2018-03-30T19:34:26Z</dc:date>
    </item>
    <item>
      <title>Re: PBRS March Update breaking existing RDL reports that use LOOKUP function</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/PBRS-March-Update-breaking-existing-RDL-reports-that-use-LOOKUP/m-p/387170#M4793</link>
      <description>&lt;P&gt;Thank you for feedback.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If there is anything I can provide to assist (RDL files, log files, etc) please let me know.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Mar 2018 19:59:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/PBRS-March-Update-breaking-existing-RDL-reports-that-use-LOOKUP/m-p/387170#M4793</guid>
      <dc:creator>BenMackin</dc:creator>
      <dc:date>2018-03-30T19:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: PBRS March Update breaking existing RDL reports that use LOOKUP function</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/PBRS-March-Update-breaking-existing-RDL-reports-that-use-LOOKUP/m-p/387261#M4797</link>
      <description>&lt;P&gt;Thank you for calling this out, Ben. You may have just saved our team a significant amount of pain. I suspect a&amp;nbsp;decent number of our paginated reports are using LOOKUP functions but I'll have to confirm next week.&lt;/P&gt;</description>
      <pubDate>Sat, 31 Mar 2018 06:41:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/PBRS-March-Update-breaking-existing-RDL-reports-that-use-LOOKUP/m-p/387261#M4797</guid>
      <dc:creator>messerjc</dc:creator>
      <dc:date>2018-03-31T06:41:07Z</dc:date>
    </item>
    <item>
      <title>Re: PBRS March Update breaking existing RDL reports that use LOOKUP function</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/PBRS-March-Update-breaking-existing-RDL-reports-that-use-LOOKUP/m-p/387280#M4802</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/31487"&gt;@mgmeyer&lt;/a&gt;&amp;nbsp;Thank you for your confirmation that, unfornunately, this bug/issue hasn't been solved in the latest patch.&lt;/P&gt;&lt;P&gt;I am convident that Microsoft will deliver a patch at a short term notice to solve this bug as well.&lt;/P&gt;&lt;P&gt;Anyway: Happy Eastern!&lt;/P&gt;</description>
      <pubDate>Sat, 31 Mar 2018 09:22:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/PBRS-March-Update-breaking-existing-RDL-reports-that-use-LOOKUP/m-p/387280#M4802</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-31T09:22:39Z</dc:date>
    </item>
    <item>
      <title>Re: PBRS March Update breaking existing RDL reports that use LOOKUP function</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/PBRS-March-Update-breaking-existing-RDL-reports-that-use-LOOKUP/m-p/389578#M4875</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/31487"&gt;@mgmeyer&lt;/a&gt;&amp;nbsp;Is there already a date known when this bug will be fixed in a new patch? Our Power BI-report-designers are getting a bit impatient...&lt;/P&gt;</description>
      <pubDate>Wed, 04 Apr 2018 12:06:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/PBRS-March-Update-breaking-existing-RDL-reports-that-use-LOOKUP/m-p/389578#M4875</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-04T12:06:34Z</dc:date>
    </item>
    <item>
      <title>Re: PBRS March Update breaking existing RDL reports that use LOOKUP function</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/PBRS-March-Update-breaking-existing-RDL-reports-that-use-LOOKUP/m-p/392612#M4981</link>
      <description>&lt;P&gt;I'm also curious as to whether there is a timeframe on when the bug fix for this will be released.&amp;nbsp; We desperately need the March release in production but cannot update until this bug is fixed.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Apr 2018 18:02:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/PBRS-March-Update-breaking-existing-RDL-reports-that-use-LOOKUP/m-p/392612#M4981</guid>
      <dc:creator>tp8</dc:creator>
      <dc:date>2018-04-09T18:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: PBRS March Update breaking existing RDL reports that use LOOKUP function</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/PBRS-March-Update-breaking-existing-RDL-reports-that-use-LOOKUP/m-p/394425#M5060</link>
      <description>Any news? Very disappointed about the non-communication from the power bi team.&lt;BR /&gt;At least we should get a rough timeframe till you can provide a fix: are we talking about 1 week, 1 month,???</description>
      <pubDate>Wed, 11 Apr 2018 18:54:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/PBRS-March-Update-breaking-existing-RDL-reports-that-use-LOOKUP/m-p/394425#M5060</guid>
      <dc:creator>bruce1981</dc:creator>
      <dc:date>2018-04-11T18:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: PBRS March Update breaking existing RDL reports that use LOOKUP function</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/PBRS-March-Update-breaking-existing-RDL-reports-that-use-LOOKUP/m-p/394427#M5061</link>
      <description>Any news? Very disappointed about the non-communication from the power bi team.&lt;BR /&gt;At least we should get a rough timeframe till you can provide a fix: are we talking about 1 week, 1 month,???</description>
      <pubDate>Wed, 11 Apr 2018 18:55:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/PBRS-March-Update-breaking-existing-RDL-reports-that-use-LOOKUP/m-p/394427#M5061</guid>
      <dc:creator>bruce1981</dc:creator>
      <dc:date>2018-04-11T18:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: PBRS March Update breaking existing RDL reports that use LOOKUP function</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/PBRS-March-Update-breaking-existing-RDL-reports-that-use-LOOKUP/m-p/395837#M5090</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/31487"&gt;@mgmeyer&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2 weeks ago you mentioned that a possible solution was found to fix this issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This issue prevents us to&amp;nbsp;put the PBIRS March Version into production (again).&lt;/P&gt;&lt;P&gt;The March version includes some new PowerBI functionality that our Dashboard designers are waiting for a long time already.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please communicate&amp;nbsp;a time schedule when a new PBIRS March patch will be available that also fixes&amp;nbsp;this issue.&lt;/P&gt;&lt;P&gt;Or is MS planning to deliver an April version that includes the latest PowerBI functionality such as "buttons to trigger actions" and "Combo chart line styles"?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Apr 2018 08:16:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/PBRS-March-Update-breaking-existing-RDL-reports-that-use-LOOKUP/m-p/395837#M5090</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-13T08:16:53Z</dc:date>
    </item>
  </channel>
</rss>

