PowerQueryBuilder 1.2019.423.8

dotnet add package PowerQueryBuilder --version 1.2019.423.8
NuGet\Install-Package PowerQueryBuilder -Version 1.2019.423.8
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="PowerQueryBuilder" Version="1.2019.423.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PowerQueryBuilder --version 1.2019.423.8
#r "nuget: PowerQueryBuilder, 1.2019.423.8"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install PowerQueryBuilder as a Cake Addin
#addin nuget:?package=PowerQueryBuilder&version=1.2019.423.8

// Install PowerQueryBuilder as a Cake Tool
#tool nuget:?package=PowerQueryBuilder&version=1.2019.423.8

Create Power Query (M) scripts for Dynamics 365 and Power BI

Product Compatible and additional computed target framework versions.
.NET Framework net452 is compatible.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2019.423.8 93,641 4/23/2019
1.2018.1014.5 13,001 10/14/2018
1.2018.7.20 9,566 7/19/2018
1.2018.7.7 3,276 7/7/2018
1.2018.7.5 1,483 7/5/2018
1.2018.6.25 3,297 6/25/2018
1.2018.6.15 3,002 6/15/2018
1.2018.6.4 1,213 6/14/2018

20190423
-Inclusion of all entities
-Errors when generating queries based on custom FetchXML with entities not available in Advanced Find has been fixed.  It is now possible to pass any query generated in the FetchXML Builder to the Power Query Builder, either manually or using the integration.
-RelativePath in web.content calls
We have added the use of RelativePath to the web.content calls. Whereas the current setup would create a connection for each entity in the Power BI service, using RelativePath will reduce it to only one connection that needs to be maintained for refreshes etc.
Big thanks to hanksteen on GitHub for the suggestion. https://github.com/ITLec/PowerQueryBuilder/issues/26
-Date formatting
The current transformations for custom date and time fields, formatted as date only, would generate errors. We have changed all the date fields to only retrieve the formatted value via the FetchXML, which fixes this error. The added benefit is that all dates and times are now retrieved in the users local time zone rather than UTC. Data still includes time zone details.

20181014
-Add Linked Entity
-Link with FetchXmlBuilder
20180720
-FetchXml feature has been added.