<?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>mdawesdigitalk Tracker</title>
    <link>https://community.fabric.microsoft.com/t5/s/yrjkf47658/tracker</link>
    <description>mdawesdigitalk Tracker</description>
    <pubDate>Thu, 17 Sep 2026 16:51:55 GMT</pubDate>
    <dc:date>2026-09-17T16:51:55Z</dc:date>
    <item>
      <title>Re: show items with no data as 0 instead of blanks</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/show-items-with-no-data-as-0-instead-of-blanks/m-p/896241#M429637</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also have a similar issue that I just can't get my head around..and the "+0" method hasn't solved it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a complex model, but for this purposes have stripped it backed to simple basics, and still can't resolve it, even though I have previously I think.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In simple terms we have a customer base which is not active in every month on every product.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Therefore when comparing one month of Sales with another, you get blank entries in the database as part of the dataload relating to Customers, such as follows (removing the product variable to keep things even simplier);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1 table (DATA) with 3 Members as follows Customer, Month and Sales&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cust1, Month1, 100&lt;/P&gt;&lt;P&gt;Cust1, Month2 ,200&lt;/P&gt;&lt;P&gt;Cust1, Month3, 50&lt;/P&gt;&lt;P&gt;Cust2, Month1, 75&lt;/P&gt;&lt;P&gt;Cust2, Month3, 40&lt;/P&gt;&lt;P&gt;Cust3, Month2, 78&lt;/P&gt;&lt;P&gt;Cust3, Month3, 80&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So Cust1 is active is all Months, Cust2 active in all months but Month2, and Cust3 active is all months but Month1.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My issue is that I'm trying to generate a simple Sales Variance (current month - previous month) report across all months for all Customers.&amp;nbsp; My totals balance, but the analysis by Customer is missing rows where when the Customer is not active in the "Current Month" - example table below for Month 2 as Current Month&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cust1 CntMth = 200, PrvMth = 100, SalesMove = 100&lt;/P&gt;&lt;P&gt;Cust3 CntMth = 78, PrvMth = 0, SalesMove = 78&lt;/P&gt;&lt;P&gt;Totals CntMnth = 278, PrvMnth = 175, SalesMove = 103&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is missing is the Cust2 line of CntMnth = blank (and so not included), PrvMnth 75, SalesMove = -75&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[Note in my model I have actual dates of "01/09/2019,&amp;nbsp;01/10/2019, 01/11/2019" respectively but have kept things generic here.]&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The measures that I have used are as follows but the adding "+0" has not solved the issues as the blanks remain;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CntMnth =&amp;nbsp;&lt;SPAN&gt;CALCULATE(sum(DATA[Sales]), DATEADD(DATA[Month],0,MONTH)) + 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;PrvMnth =&amp;nbsp;&lt;SPAN&gt;CALCULATE(sum(DATA[Sales]), DATEADD(DATA[Month],0,MONTH)) + 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;SalesMove =&amp;nbsp;&lt;SPAN&gt;CALCULATE([CntMnth] - [PrvMnth]) + 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any guidance, which I assume is very basic and simple, appreciated, as I've just got a total block on this, and shouldn't have...&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;Mark&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jan 2020 10:36:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/show-items-with-no-data-as-0-instead-of-blanks/m-p/896241#M429637</guid>
      <dc:creator>mdawesdigitalk</dc:creator>
      <dc:date>2020-01-10T10:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: Moving from personal gateway to the enterprise gateway</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Moving-from-personal-gateway-to-the-enterprise-gateway/m-p/108935#M7443</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Had worked that part out already.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Our main issue is that we have mixed datasets, pulling from a mix of excel files, On-Premise and Azure SQL databases, and finally Dynamics CRM in the Microsoft Cloud.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The first ones work fine, but we have had to breakout the Dynamics feeds into new datasets as they use ODATA to connect that doesn’t seem to be supported within the Enterprise gateway.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That is annoying as it was within the personal one.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2017 12:49:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Moving-from-personal-gateway-to-the-enterprise-gateway/m-p/108935#M7443</guid>
      <dc:creator>mdawesdigitalk</dc:creator>
      <dc:date>2017-01-04T12:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: Enterprise Gateway and multi (cloud) data source compaitibility issues</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Enterprise-Gateway-and-multi-cloud-data-source-compaitibility/m-p/108542#M7423</link>
      <description>&lt;P&gt;I also have this same problem and finding it rather frustrating.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2017 17:12:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Enterprise-Gateway-and-multi-cloud-data-source-compaitibility/m-p/108542#M7423</guid>
      <dc:creator>mdawesdigitalk</dc:creator>
      <dc:date>2017-01-03T17:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: Manage Gateways - Adding Odata Connection</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Manage-Gateways-Adding-Odata-Connection/m-p/108541#M7422</link>
      <description>&lt;P&gt;Did this ever get solved as we have just lost the ability to use the personal gateway and therefore need to use the Enterprise gateway instead.&amp;nbsp; However we now have issues on both sides meaning that neither will work for us !!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just need to be able to have OData connection to Dynamics along with onpremises files available in a single gateway process.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2017 17:10:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Manage-Gateways-Adding-Odata-Connection/m-p/108541#M7422</guid>
      <dc:creator>mdawesdigitalk</dc:creator>
      <dc:date>2017-01-03T17:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: Moving from personal gateway to the enterprise gateway</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Moving-from-personal-gateway-to-the-enterprise-gateway/m-p/108412#M7420</link>
      <description>&lt;P&gt;And us - did this get solved ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Our issue is that we have converted and now found that we can't mix on-premises files with Cloud data such as Dynamcis within the same dataset that updates. !!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2017 17:14:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Moving-from-personal-gateway-to-the-enterprise-gateway/m-p/108412#M7420</guid>
      <dc:creator>mdawesdigitalk</dc:creator>
      <dc:date>2017-01-03T17:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: Row Level Security only works on Reports in Service and not Dashboard Tiles ?</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Row-Level-Security-only-works-on-Reports-in-Service-and-not/m-p/51522#M10838</link>
      <description>&lt;P&gt;HI Qiuyun_Yu,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have retested on a very simple dataset using two users and no groups, and it now seems to work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, we are still seeing issues within our original "live" dataset within our group shares, so I assume it is related to a table join, or the way that the groups have been set up.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will continue to investigate.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mark&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>Wed, 20 Jul 2016 10:46:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Row-Level-Security-only-works-on-Reports-in-Service-and-not/m-p/51522#M10838</guid>
      <dc:creator>mdawesdigitalk</dc:creator>
      <dc:date>2016-07-20T10:46:31Z</dc:date>
    </item>
    <item>
      <title>Row Level Security only works on Reports in Service and not Dashboard Tiles ?</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Row-Level-Security-only-works-on-Reports-in-Service-and-not/m-p/50007#M10641</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have been experimenting with RLS this week as the new Role Feature in PBI Desktop makes this now workable.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, when we publish the PBI file up to Service, and then create a dashboard, we are finding that the RLS only applies to the Report, and is not refelected within the actual dashboard tiles, as these still show all data regardless of the user that logs into the Service. &amp;nbsp;If they click the dashboard tile to enter the source report then the security is applied thorughout the displyaed report ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is anyone else having this issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas on what we may have done wrong appreciated.&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;Mark&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jul 2016 08:42:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Row-Level-Security-only-works-on-Reports-in-Service-and-not/m-p/50007#M10641</guid>
      <dc:creator>mdawesdigitalk</dc:creator>
      <dc:date>2016-07-14T08:42:09Z</dc:date>
    </item>
    <item>
      <title>Re: PowerBI refresh fail - Expression Error.</title>
      <link>https://community.fabric.microsoft.com/t5/Service/PowerBI-refresh-fail-Expression-Error/m-p/47158#M10214</link>
      <description>&lt;P&gt;Same error with us as follows;&lt;/P&gt;&lt;DIV class="historyDialog modal"&gt;&lt;DIV class="dialog"&gt;&lt;DIV class="dialog-content"&gt;&lt;DIV class="historyTableContainer"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;SPAN&gt;An error occurred while processing the data in the dataset.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;XML parsing failed at line 83, column 40: Semicolon expected.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Cluster URI&lt;/SPAN&gt;&lt;SPAN&gt;:&amp;nbsp;WABI-NORTH-EUROPE-redirect.analysis.windows.net&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Time&lt;SPAN&gt;:&amp;nbsp;2016-07-01 10:05:32Z&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is a dataset that has been refreshing 2 or 3 times a day for 6 months without fail, until yesterday.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I take the original desktop file and refresh I get no errors. &amp;nbsp;Reupload that refreshed file onto Service via OneDrive and the data refreshes, but the dataset will not refresh within Service.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any pointers appreciated, but suspect it is a Microsoft introduced bug somewhere.....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jul 2016 12:48:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/PowerBI-refresh-fail-Expression-Error/m-p/47158#M10214</guid>
      <dc:creator>mdawesdigitalk</dc:creator>
      <dc:date>2016-07-01T12:48:18Z</dc:date>
    </item>
    <item>
      <title>Re: PowerBI refresh fail - Expression Error.</title>
      <link>https://community.fabric.microsoft.com/t5/Service/PowerBI-refresh-fail-Expression-Error/m-p/47157#M10213</link>
      <description>&lt;P&gt;Same error with us as follows;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Power BI&lt;/P&gt;&lt;DIV class="historyDialog modal"&gt;&lt;DIV class="dialog"&gt;&lt;DIV class="dialog-content"&gt;&lt;DIV class="historyTableContainer"&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;DIV&gt;&lt;SPAN&gt;Hide&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/TD&gt;&lt;TD&gt;&lt;SPAN&gt;Scheduled&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;&lt;SPAN&gt;‎01‎/‎07‎/‎2016‎ ‎11‎:‎04‎:‎02&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;&lt;SPAN&gt;‎01‎/‎07‎/‎2016‎ ‎11‎:‎05‎:‎32&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;&lt;SPAN&gt;Failed&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;&lt;SPAN&gt;An error occurred while processing the data in the dataset.&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;DIV class="inlineWarning"&gt;&lt;DIV class="message"&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN class="detailsExpander ng-hide"&gt;&lt;A&gt;Hide details&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN&gt;Processing error&lt;/SPAN&gt;:&lt;/TD&gt;&lt;TD&gt;&lt;SPAN&gt;XML parsing failed at line 83, column 40: Semicolon expected. . &lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN&gt;Cluster URI&lt;/SPAN&gt;:&lt;/TD&gt;&lt;TD&gt;&lt;SPAN&gt;WABI-NORTH-EUROPE-redirect.analysis.windows.net&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN&gt;Activity ID&lt;/SPAN&gt;:&lt;/TD&gt;&lt;TD&gt;&lt;SPAN&gt;b9f5da5a-258d-4fe8-8fcf-213233b82ae4&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN&gt;Request ID&lt;/SPAN&gt;:&lt;/TD&gt;&lt;TD&gt;&lt;SPAN&gt;e0f921c3-7574-4615-ab94-d54539d4d4a6&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN&gt;Time&lt;/SPAN&gt;:&lt;/TD&gt;&lt;TD&gt;&lt;SPAN&gt;2016-07-01 10:05:32Z&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&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;This is a dataset that has been refreshing 2 or 3 times a day for 6 months without fail, until yesterday.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I take the original desktop file and refresh I get no errors. &amp;nbsp;Reupload that refreshed file onto Service via OneDrive and the data refreshes, but the dataset will not refresh within Service.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any pointers appreciated, but suspect it is a Microsoft introduced bug somewhere.....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jul 2016 12:40:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/PowerBI-refresh-fail-Expression-Error/m-p/47157#M10213</guid>
      <dc:creator>mdawesdigitalk</dc:creator>
      <dc:date>2016-07-01T12:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Group and File (OneDrive for Busines) Integration</title>
      <link>https://community.fabric.microsoft.com/t5/Service/Power-BI-Group-and-File-OneDrive-for-Busines-Integration/m-p/11676#M4429</link>
      <description>&lt;P&gt;Please note that Microsoft are now showing that Incident&amp;nbsp;&lt;SPAN&gt;PB34667 that relates to the above was resolved on Friday 4th December.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;However we are still seeing the error, but it seems that Microsoft have stopped working on this.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Any other ideas on how to avoid these issues appreciated.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Mark&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Dec 2015 14:36:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Service/Power-BI-Group-and-File-OneDrive-for-Busines-Integration/m-p/11676#M4429</guid>
      <dc:creator>mdawesdigitalk</dc:creator>
      <dc:date>2015-12-07T14:36:25Z</dc:date>
    </item>
  </channel>
</rss>

