<?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: Query with CTE gives error in Desktop</title>
    <link>https://community.fabric.microsoft.com/t5/Desktop/Query-with-CTE-gives-error/m-p/723889#M349371</link>
    <description>&lt;P&gt;I agree with the poster. I also came across the issue with CTE at the final "Apply" stage of Power Query. And I had spent tons of time investigating what's the casue for it and finally got chance to read this post, which really does not make sense to me that it works out in the PowerQuery preview section but not working at the final applying section...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yea we could definitely rewrite the query without using CTE, but just as a user persective, this is just not making sense and I would definitely think it's the limitation of the SQL compiling in PowerBI&lt;/P&gt;</description>
    <pubDate>Tue, 25 Jun 2019 15:24:08 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-06-25T15:24:08Z</dc:date>
    <item>
      <title>Query with CTE gives error</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Query-with-CTE-gives-error/m-p/22470#M7053</link>
      <description>&lt;P&gt;I used SQL Server and a query that uses a CTE. &amp;nbsp;It gives me an error "Incorrent syntax near the Keyword 'WITH'. ......."if this is a common table expression......previous statement must be terminated witha &amp;nbsp;semicolon."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The query runs fine outside of Power BI. &amp;nbsp;I tried putting a semi-colon before the 'WITH', but that didn't work. &amp;nbsp; I see the data in the grid, but can't apply query changes and get the error&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2016 23:12:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Query-with-CTE-gives-error/m-p/22470#M7053</guid>
      <dc:creator>michaeljc70</dc:creator>
      <dc:date>2016-03-09T23:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: Query with CTE gives error</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Query-with-CTE-gives-error/m-p/22471#M7054</link>
      <description>&lt;P&gt;One more thing...though I can see my data under "Edit Queries", I cannot create a visualization because the query doesn't appear under "Fields".&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2016 23:15:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Query-with-CTE-gives-error/m-p/22471#M7054</guid>
      <dc:creator>michaeljc70</dc:creator>
      <dc:date>2016-03-09T23:15:46Z</dc:date>
    </item>
    <item>
      <title>Re: Query with CTE gives error</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Query-with-CTE-gives-error/m-p/22498#M7070</link>
      <description>&lt;P&gt;Are you accessing a view that uses a CTE or did you write a SQL query that uses a CTE?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If it's the latter, then I'd suggest creating a view and then querying the view.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2016 02:26:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Query-with-CTE-gives-error/m-p/22498#M7070</guid>
      <dc:creator>austinsense</dc:creator>
      <dc:date>2016-03-10T02:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: Query with CTE gives error</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Query-with-CTE-gives-error/m-p/22507#M7075</link>
      <description>&lt;P&gt;I wrote a query that uses a CTE. I don't have permissions to create a view or stored procedure.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2016 03:59:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Query-with-CTE-gives-error/m-p/22507#M7075</guid>
      <dc:creator>michaeljc70</dc:creator>
      <dc:date>2016-03-10T03:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: Query with CTE gives error</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Query-with-CTE-gives-error/m-p/22588#M7111</link>
      <description>&lt;P&gt;Gotcha, putting a custom sql query into the query builder is not recommended - as you can see :smileyhappy:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here are your options ...&lt;/P&gt;&lt;P&gt;1. Create a view - sounds like this isn't an option for you&lt;/P&gt;&lt;P&gt;2. Re-write the query without using a CTE - that would be a good test of your SQL skills&lt;/P&gt;&lt;P&gt;3. Stop using the custom sql code, query the underlying tables using the GUI, and use PQ to create the output you want - that would be a good test of your PQ skills&lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2016 12:01:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Query-with-CTE-gives-error/m-p/22588#M7111</guid>
      <dc:creator>austinsense</dc:creator>
      <dc:date>2016-03-10T12:01:32Z</dc:date>
    </item>
    <item>
      <title>Re: Query with CTE gives error</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Query-with-CTE-gives-error/m-p/22614#M7123</link>
      <description>&lt;P&gt;I am not sure why it isn't recommended. I don't see the documentation saying that and I don't see a list of query limitiations. &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am evaluating Power BI to determine in my organization wants to buy and use it as a visualization tool. &amp;nbsp;I am not trying to "test my skills". &amp;nbsp; I am trying to evaluate products to see how they work (or if they work in this case). &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I cannot import the tables and join them because they are too large. I cannot use Direct Query because it doesn't support many to many relationships. &amp;nbsp;All I see are a lot of llmitations.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Power BI is supposed to be self-service. &amp;nbsp;That typically means not writing views or stored procedures (and generally not CTEs) and if a feature is there, I expect it to work. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2016 14:12:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Query-with-CTE-gives-error/m-p/22614#M7123</guid>
      <dc:creator>michaeljc70</dc:creator>
      <dc:date>2016-03-10T14:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: Query with CTE gives error</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Query-with-CTE-gives-error/m-p/22644#M7135</link>
      <description>&lt;P&gt;FYI, most people start these conversations with "thanks for trying to help me ..."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Writing custom SQL query generally works just fine - it's just recommended that you don't do it that way, that you create a view. Along those lines self-service BI doesn't mean that people are going to write SQL queries with CTEs to access the data, so I don't see not being able to do that&amp;nbsp;in the tool as a major limitation to self-service BI.&amp;nbsp; The only limitation that you have here is that you need a view created in your database, and that's not a limitation of this product.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To get around the limitation of creating a view,&amp;nbsp;this solution does allow you (as a self-service tool) to take the tables out of your database and do the joining yourself using the query editor GUI.&amp;nbsp; Your data must be very, very&amp;nbsp;large if you can't get that to work in Power BI, and if your data is that large I'll ask you again, why aren't you doing that in a view in your database?&amp;nbsp; If you have a nail that you need to put in a wall and you reach in your bag and get a screwdriver, well I don't think that's the screwdriver's fault.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;One last point, I realize you're not trying to "test your skills" but I will say that this product is not BI magic dust - it does require some skills to use. If you're the type of person that can write a SQL query with a CTE then you'll be able to figure it out.&amp;nbsp; Unless you don't want to figure it out.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2016 15:41:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Query-with-CTE-gives-error/m-p/22644#M7135</guid>
      <dc:creator>austinsense</dc:creator>
      <dc:date>2016-03-10T15:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: Query with CTE gives error</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Query-with-CTE-gives-error/m-p/22648#M7137</link>
      <description>&lt;P&gt;I &amp;nbsp;do appreciate any help. &amp;nbsp;I was just hoping for an answer as to why it doesn't work rather than how to work around it. &amp;nbsp;If there are limitations in queries in Power BI, that really should be documented by Microsoft. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This would be &amp;nbsp;used with a data warehouse, so the tables often have millions of rows. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As a developer, of course I can write queries (or views or stored procedures), but management doesn't really understand how this all works and thinks anyone can get a tool and drag tables and fields around and get reports and visualizations. They see a 2 hour demo and think it is so easy (which it is if you know the tool and have cultivated data). &amp;nbsp; At a minimum, &amp;nbsp;I believe unless your dataset is small and/or carefully cultivated, &amp;nbsp;IT (or technical business people) needs to create views, cubes or queries. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I completely understand that that is not a Power BI limitation strictly, but a self-service limitation that all these tools have. &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm going to communicate this all to my client, and if they don't buy it suggest they have several potential report writers try and create reports with the data warehouse as is. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2016 15:53:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Query-with-CTE-gives-error/m-p/22648#M7137</guid>
      <dc:creator>michaeljc70</dc:creator>
      <dc:date>2016-03-10T15:53:12Z</dc:date>
    </item>
    <item>
      <title>Re: Query with CTE gives error</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Query-with-CTE-gives-error/m-p/22653#M7140</link>
      <description>&lt;P&gt;Ok, cool we're on the same page :smileyhappy:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We build and work with models pretty regularly that&amp;nbsp;have 10 million+ rows in them so I'm curious what issues you're having - is Power BI throwing out some kind of error when you try to bring in your data?&amp;nbsp; Someone from this community could definitely help you work through this issue.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2016 15:59:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Query-with-CTE-gives-error/m-p/22653#M7140</guid>
      <dc:creator>austinsense</dc:creator>
      <dc:date>2016-03-10T15:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: Query with CTE gives error</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Query-with-CTE-gives-error/m-p/22664#M7147</link>
      <description>&lt;P&gt;If you aren't writing a query, Power BI doesn't seem to support many to many relationships if you can get the data loaded.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Some of the tables have 100 million rows. &amp;nbsp; That is why I don't think it is realistic to not be writing quereis or at least views that break down the data further. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As an example, we have around 500k accounts and then daily information about each account in a table. &amp;nbsp;Over 100 days, that is 50 million records.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2016 16:19:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Query-with-CTE-gives-error/m-p/22664#M7147</guid>
      <dc:creator>michaeljc70</dc:creator>
      <dc:date>2016-03-10T16:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: Query with CTE gives error</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Query-with-CTE-gives-error/m-p/22669#M7150</link>
      <description>&lt;P&gt;That's a lot of data. For starters you could strip off most of the columns just to get the data loaded - Power BI has a very good compression engine depending on the data in your tables but no need to load everything right from the start.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You're right&amp;nbsp;M2M relationships aren't possible directly - you'll need a bridge table (1:M,M;1) which is where the query editor comes in.&amp;nbsp; There are lots of good posts on here about writing calculations with M2M table relationships.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2016 16:46:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Query-with-CTE-gives-error/m-p/22669#M7150</guid>
      <dc:creator>austinsense</dc:creator>
      <dc:date>2016-03-10T16:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: Query with CTE gives error</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Query-with-CTE-gives-error/m-p/22674#M7153</link>
      <description>&lt;P&gt;Thanks for the information. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In a lot of the data I'm dealing with, the record counts explode because of history. Typically, they would be working with the last available date. &amp;nbsp;They could also be using the last month end or comparing 2 months or weeks. &amp;nbsp;To cover all those scenarios with views would be difficult. &amp;nbsp; Stored procedures an end user can call with a date(s) might work. &amp;nbsp;Or an automated process to create a view per month might work. &amp;nbsp;But there are many other subject areas too that would need to be addressed.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think that the term "self-service" needs to be used more carefully. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From a philosophical perspective , a large company uses a staff of accountants to do the accounting, not some guy in each area doing pieces of it part-time that he learned from a 2 day training class. &amp;nbsp;Most (large) companies have a legal team. &amp;nbsp;They don't expect each team or area to train someone with another job to learn to handle legal issues. &amp;nbsp;It seems that IT professionals are viewed differently and that their work (or some of it) &amp;nbsp;can be done efficeintly by anybody with a couple days training. &amp;nbsp;Obviously, at smaller companies things are different than at larger companies. &amp;nbsp;Personally, I think it is a lot more efficient having IT professionals write and test reports. &amp;nbsp;It is fine having people do ad-hoc things will carefully cultivated data too. &amp;nbsp;Ultimately, I do whatever my clients want.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This current client had two business area people from finance create their own SQL Server "warehouse". They were self taught, which is not necessarily bad as I am mostly self-taught. &amp;nbsp;However, it wasn't properly tested or designed and much of the data was inconsistent and eventually it got thrown away and was dollars down the drain. &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;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2016 17:06:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Query-with-CTE-gives-error/m-p/22674#M7153</guid>
      <dc:creator>michaeljc70</dc:creator>
      <dc:date>2016-03-10T17:06:30Z</dc:date>
    </item>
    <item>
      <title>Re: Query with CTE gives error</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Query-with-CTE-gives-error/m-p/84760#M35514</link>
      <description>&lt;P&gt;The detail I'd add here, is that the query preview works, it's when evaluating the query that it falls over&lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2016 16:56:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Query-with-CTE-gives-error/m-p/84760#M35514</guid>
      <dc:creator>rowlandshaw</dc:creator>
      <dc:date>2016-11-01T16:56:21Z</dc:date>
    </item>
    <item>
      <title>Re: Query with CTE gives error</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Query-with-CTE-gives-error/m-p/153232#M66329</link>
      <description>&lt;P&gt;your issue and thoughts about it are exactly what I'm facing today. Would be nice if it jsut passed through the query and used the results like it does in the preview. My query also works fine in PowerPivot with a recursive CTE and I was just trying it in Power BI but the same code in Power BI isn't accepted. cheers&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2017 06:30:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Query-with-CTE-gives-error/m-p/153232#M66329</guid>
      <dc:creator>rbbi</dc:creator>
      <dc:date>2017-04-04T06:30:52Z</dc:date>
    </item>
    <item>
      <title>Re: Query with CTE gives error</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Query-with-CTE-gives-error/m-p/160495#M69768</link>
      <description>&lt;P&gt;I have the same issue with CTE. It will be much&amp;nbsp;convenient&amp;nbsp;to support CTE. &amp;nbsp; I use a workaround to save data into excel and import it. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2017 14:34:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Query-with-CTE-gives-error/m-p/160495#M69768</guid>
      <dc:creator>JimLuo</dc:creator>
      <dc:date>2017-04-18T14:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: Query with CTE gives error</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Query-with-CTE-gives-error/m-p/162893#M70954</link>
      <description>&lt;P&gt;Same issue with CTE... Someone got it working?&lt;/P&gt;</description>
      <pubDate>Fri, 21 Apr 2017 20:39:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Query-with-CTE-gives-error/m-p/162893#M70954</guid>
      <dc:creator>Mandr0id</dc:creator>
      <dc:date>2017-04-21T20:39:36Z</dc:date>
    </item>
    <item>
      <title>Re: Query with CTE gives error</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Query-with-CTE-gives-error/m-p/173219#M75648</link>
      <description>&lt;P&gt;Having the same issue with CTEs, however was able to re-write to use a subquery and it works&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2017 14:38:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Query-with-CTE-gives-error/m-p/173219#M75648</guid>
      <dc:creator>geoffwill</dc:creator>
      <dc:date>2017-05-10T14:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: Query with CTE gives error</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Query-with-CTE-gives-error/m-p/198422#M87300</link>
      <description>&lt;P&gt;It's a shame. I also have this problem. I've removed the CTE but the code is much less readable/maintainable. Ho hum.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2017 12:17:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Query-with-CTE-gives-error/m-p/198422#M87300</guid>
      <dc:creator>Nobby</dc:creator>
      <dc:date>2017-06-21T12:17:50Z</dc:date>
    </item>
    <item>
      <title>Re: Query with CTE gives error</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Query-with-CTE-gives-error/m-p/405492#M185611</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Using Power BI Desktop (October 2017), I was able to use CTE query along with an OLE DB connection to the SQL Server.&lt;/P&gt;&lt;P&gt;This is no longer truth.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jim Jao&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Apr 2018 22:49:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Query-with-CTE-gives-error/m-p/405492#M185611</guid>
      <dc:creator>jimjao</dc:creator>
      <dc:date>2018-04-26T22:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: Query with CTE gives error</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Query-with-CTE-gives-error/m-p/405493#M185612</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Using Power BI Desktop (October 2017), I was able to use CTE query with an OLE DB connection to the SQL Server.&lt;/P&gt;&lt;P&gt;So, Power BI does support CTE.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jim Jao&lt;/P&gt;</description>
      <pubDate>Thu, 26 Apr 2018 22:55:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Query-with-CTE-gives-error/m-p/405493#M185612</guid>
      <dc:creator>jimjao</dc:creator>
      <dc:date>2018-04-26T22:55:12Z</dc:date>
    </item>
  </channel>
</rss>

