<?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: ISINSCOPE query in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/ISINSCOPE-query/m-p/1060569#M14734</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="148838" data-lia-user-login="amitchandak" class="lia-mention lia-mention-user"&gt;amitchandak&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your reply. Yes I'm a bit confused as to what to put where the questions marks are.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In all of the examples I have seen with isinscope there has been a sum or divide after the isinscope i.e.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ISINSCOPE(&lt;/P&gt;&lt;P&gt;vw1[Room]), SUM(example),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, mine already has a measure in place of the sum as below.&lt;/P&gt;&lt;P&gt;ISINSCOPE(&lt;/P&gt;&lt;P&gt;vw1[Room]), [Total Bookable Hours],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I copy the measure into the second isinscope for the building name, this does not give the desired outcome.&lt;/P&gt;</description>
    <pubDate>Fri, 01 May 2020 07:14:05 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-05-01T07:14:05Z</dc:date>
    <item>
      <title>ISINSCOPE query</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/ISINSCOPE-query/m-p/1058575#M14640</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could somebody please help me in finishing my ISINSCOPE command?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need the building name to sum the measure 'Total Bookable Hours' at the end, but it wont accept sum or sumx&amp;nbsp; for the measure of bookable hours.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Building needs to sum all of the rooms bookable hours on a top level of a matrix. So 400 instead of 200 in the file&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://1drv.ms/u/s!AtcnGX-0tS5riEakt-dxwBsdezE9?e=zxg4pT" target="_self"&gt;PBIX File&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hierarchy = SWITCH(&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; TRUE(),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ISINSCOPE(&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; vw1[Room]), [Total Bookable Hours],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ISINSCOPE(&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; vw1[Building Name]),&amp;nbsp;&lt;/P&gt;&lt;P&gt;))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Liam&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Apr 2020 13:22:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/ISINSCOPE-query/m-p/1058575#M14640</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-30T13:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: ISINSCOPE query</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/ISINSCOPE-query/m-p/1059798#M14677</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt; , there some missing items you have to fill&lt;/P&gt;
&lt;P&gt;Hierarchy = SWITCH(&lt;/P&gt;
&lt;P&gt;TRUE(),&lt;/P&gt;
&lt;P&gt;ISINSCOPE(&lt;/P&gt;
&lt;P&gt;vw1[Room]), [Total Bookable Hours],&lt;/P&gt;
&lt;P&gt;ISINSCOPE(&lt;/P&gt;
&lt;P&gt;vw1[Building Name]), [?], [?]&lt;/P&gt;
&lt;P&gt;)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;refer:&lt;A href="https://www.kasperonbi.com/use-isinscope-to-get-the-right-hierarchy-level-in-dax/" target="_blank"&gt;https://www.kasperonbi.com/use-isinscope-to-get-the-right-hierarchy-level-in-dax/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Apr 2020 17:24:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/ISINSCOPE-query/m-p/1059798#M14677</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2020-04-30T17:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: ISINSCOPE query</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/ISINSCOPE-query/m-p/1060569#M14734</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="148838" data-lia-user-login="amitchandak" class="lia-mention lia-mention-user"&gt;amitchandak&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your reply. Yes I'm a bit confused as to what to put where the questions marks are.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In all of the examples I have seen with isinscope there has been a sum or divide after the isinscope i.e.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ISINSCOPE(&lt;/P&gt;&lt;P&gt;vw1[Room]), SUM(example),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, mine already has a measure in place of the sum as below.&lt;/P&gt;&lt;P&gt;ISINSCOPE(&lt;/P&gt;&lt;P&gt;vw1[Room]), [Total Bookable Hours],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I copy the measure into the second isinscope for the building name, this does not give the desired outcome.&lt;/P&gt;</description>
      <pubDate>Fri, 01 May 2020 07:14:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/ISINSCOPE-query/m-p/1060569#M14734</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-05-01T07:14:05Z</dc:date>
    </item>
    <item>
      <title>Re: ISINSCOPE query</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/ISINSCOPE-query/m-p/1061617#M14796</link>
      <description>&lt;LI-CODE lang="markup"&gt;// Assuming that
// 1. There is a Building dimension that stores data about buildings.
// 2. There is a Room dimension that stores data about rooms.
// 3. There is a proper Calendar in the model.
// 3. There is a fact table Bookable Hours that for each day stores the bookable
// 	  hours for the relevant combinations of buildings and rooms
//    for each and every day...
// you can write this measure and it'll work correctly without
// any ISINSCOPE.
// Bear in mind that the filtering from dimensions to the fact table
// is one-way.

[Bookable Hours] =
	CALCULATE(
		SUM( 'Bookable Hours'[Hours] ),
		LASTDATE( Calendar[Day] )
	)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best&lt;/P&gt;
&lt;P&gt;D&lt;/P&gt;</description>
      <pubDate>Fri, 01 May 2020 21:24:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/ISINSCOPE-query/m-p/1061617#M14796</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-05-01T21:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: ISINSCOPE query</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/ISINSCOPE-query/m-p/1061628#M14798</link>
      <description>&lt;P&gt;By the way... I've had a look at your file. The model is not correct. Please identify the business entities and then create dimensions out of them. Then connect them to a fact table that will store only measures about your process and keys to the dimensions. The fact table's columns must be hidden and only measures can be exposed; all slicing must be performed through dimensions. This is the correct star-schema design. If you do this, your DAX will be simple and fast. Do not create monster models like the one you've got right now because you'll suffer and in no time you'll be creating measures that will not only be inefficient but also wrong without you even noticing it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here are some materials to show you what a good model looks like:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=78d6mwR8GtA" target="_blank"&gt;https://www.youtube.com/watch?v=78d6mwR8GtA&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=_quTwyvDfG0" target="_blank"&gt;https://www.youtube.com/watch?v=_quTwyvDfG0&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best&lt;/P&gt;
&lt;P&gt;D&lt;/P&gt;</description>
      <pubDate>Fri, 01 May 2020 21:44:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/ISINSCOPE-query/m-p/1061628#M14798</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-05-01T21:44:09Z</dc:date>
    </item>
    <item>
      <title>Re: ISINSCOPE query</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/ISINSCOPE-query/m-p/1066172#M14892</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thankyou for taking the time to reply, its much appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I guess below is where Ive been struggling with. Could you advise on a way this should be layed out?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Each day, building and room with hours for the day as columns?&lt;/P&gt;&lt;PRE&gt;3. There is a fact table Bookable Hours that for each day stores the bookable
// 	  hours for the relevant combinations of buildings and rooms
//    for each and every day...&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Liam&lt;/P&gt;</description>
      <pubDate>Mon, 04 May 2020 09:35:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/ISINSCOPE-query/m-p/1066172#M14892</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-05-04T09:35:13Z</dc:date>
    </item>
    <item>
      <title>Re: ISINSCOPE query</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/ISINSCOPE-query/m-p/1066331#M14897</link>
      <description>&lt;P&gt;Yes. A fact table models the process you want to report on. In your case it'll look like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BuildingID | RoomID | Date | BookableHours | &amp;lt;Other columns as needed&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have any other layout, you should change it to this one. Achieving the above is simple with Power Query.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best&lt;/P&gt;
&lt;P&gt;D&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 May 2020 10:36:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/ISINSCOPE-query/m-p/1066331#M14897</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-05-04T10:36:14Z</dc:date>
    </item>
    <item>
      <title>Re: ISINSCOPE query</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/ISINSCOPE-query/m-p/1066333#M14898</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Okay thanks for confirming. In terms of getting the Building ID and Room ID over to its allocated Buidling, is there a smoother way to do this in power query than manually matching, or would this come out of the dim?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 04 May 2020 10:39:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/ISINSCOPE-query/m-p/1066333#M14898</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-05-04T10:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: ISINSCOPE query</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/ISINSCOPE-query/m-p/1066395#M14900</link>
      <description>I don't understand the question. You should know which room belongs to which building and store the mappings somewhere.&lt;BR /&gt;&lt;BR /&gt;I assume that a building has some rooms. You can either have a single dimension called Building where you'll store BuildingID, its name (should be unique), and rooms (with their unique ID's across the whole system) belonging to the building or you can do what I've done where there are 2 separate dimensions - Building and Room (and they join directly to the fact table). It's your choice. However, my code has been created with the latter in mind, so if you want to have one dimension storing both entities (which is also feasible and there's nothing wrong with it), you'll need to make slight changes to the measure to account for this.&lt;BR /&gt;&lt;BR /&gt;Moreover, you could create a star-schema with 1 dimension Room and then a snowflake that joins to it called Building (think: product -&amp;gt; subcategory -&amp;gt; category) or you could have 1 dimension that holds both rooms and buildings as outlined above or you could have a pure star schema with separate dimensions the way I did it. I prefer star schemas as they are the most efficient and the easiest way to model data for reporting through this BI tool. DAX is also simple if you have a star schema.&lt;BR /&gt;&lt;BR /&gt;Again, you should have a mapping of rooms to buildings somewhere... I don't understand why you'd need to create this manually. Unless you don't have the mappings at all and then you'll need to create this manually first, of course.&lt;BR /&gt;&lt;BR /&gt;Best&lt;BR /&gt;D</description>
      <pubDate>Mon, 04 May 2020 11:02:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/ISINSCOPE-query/m-p/1066395#M14900</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-05-04T11:02:13Z</dc:date>
    </item>
    <item>
      <title>Re: ISINSCOPE query</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/ISINSCOPE-query/m-p/1066561#M14905</link>
      <description>&lt;P&gt;Its all coming from a select statement with joins where all of these relations exist - but in SQL.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was hoping there would be a way to calculate bookable hours and hours booked on a matrix without having to create all of my dimensions in Power BI, as these are the only calculations. My main issue is having bookable hours add up for the room to the building total.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If it cant be done it cant be done, and I will aim to recreate with new dims.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again for your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Liam&lt;/P&gt;</description>
      <pubDate>Mon, 04 May 2020 11:56:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/ISINSCOPE-query/m-p/1066561#M14905</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-05-04T11:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: ISINSCOPE query</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/ISINSCOPE-query/m-p/1066687#M14910</link>
      <description>Well, you can have a model in either the import or live mode. If you want the import mode, then you either prepare your dimensions for BI through views or you can extract everything in one big table and then use PQ to create a proper model with dimensions and facts. And trust me: a proper model is EVERYTHING. Bad model = bad calculations and slow DAX. Therefore it does not pay to be lazy. You'll learn this soon enough.&lt;BR /&gt;&lt;BR /&gt;Secondly, if you use a live connection to your SQL server, then just create the right views (or just the correct SQL) and connect to them. But remember one golden rule: NEVER, UNDER ANY CIRCUMSTANCES, EMBED A VIEW WITHIN A VIEW. If you start doing this you'll pay a very high price in terms of speed and resource utilization. Stay away from this practice.&lt;BR /&gt;&lt;BR /&gt;Best&lt;BR /&gt;D</description>
      <pubDate>Mon, 04 May 2020 12:45:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/ISINSCOPE-query/m-p/1066687#M14910</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-05-04T12:45:17Z</dc:date>
    </item>
    <item>
      <title>Re: ISINSCOPE query</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/ISINSCOPE-query/m-p/1079097#M15181</link>
      <description>&lt;P&gt;hi&amp;nbsp;Anonymous&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have everything set up properly now apart from the Bookable hours fact table which im struggling with.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With the layout that you suggested:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BuildingID | Room ID| Date| bookable hours&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would this require a calender with every day duplicated for every combination of room and building? This is the part I'm confused with.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Liam&lt;/P&gt;</description>
      <pubDate>Thu, 07 May 2020 11:57:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/ISINSCOPE-query/m-p/1079097#M15181</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-05-07T11:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: ISINSCOPE query</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/ISINSCOPE-query/m-p/1079939#M15211</link>
      <description>Date table duplicated? No. Of course NOT. I'm a professional, not a child in a sandbox giving advice at random.&lt;BR /&gt;&lt;BR /&gt;Please learn how to create a proper date table and how to do time-intel properly:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.sqlbi.com/tv/time-intelligence-in-microsoft-power-bi/" target="_blank"&gt;https://www.sqlbi.com/tv/time-intelligence-in-microsoft-power-bi/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You need one calendar connected to the field in your fact.&lt;BR /&gt;&lt;BR /&gt;Best&lt;BR /&gt;D</description>
      <pubDate>Thu, 07 May 2020 18:38:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/ISINSCOPE-query/m-p/1079939#M15211</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-05-07T18:38:51Z</dc:date>
    </item>
    <item>
      <title>Re: ISINSCOPE query</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/ISINSCOPE-query/m-p/1083464#M15395</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think you may have misunderstood,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your time&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2020 07:10:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/ISINSCOPE-query/m-p/1083464#M15395</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-05-11T07:10:06Z</dc:date>
    </item>
  </channel>
</rss>

