Fic.XTB.PowerBiEmbedder 1.2022.1.2

dotnet add package Fic.XTB.PowerBiEmbedder --version 1.2022.1.2
                    
NuGet\Install-Package Fic.XTB.PowerBiEmbedder -Version 1.2022.1.2
                    
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="Fic.XTB.PowerBiEmbedder" Version="1.2022.1.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Fic.XTB.PowerBiEmbedder" Version="1.2022.1.2" />
                    
Directory.Packages.props
<PackageReference Include="Fic.XTB.PowerBiEmbedder" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Fic.XTB.PowerBiEmbedder --version 1.2022.1.2
                    
#r "nuget: Fic.XTB.PowerBiEmbedder, 1.2022.1.2"
                    
#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.
#addin nuget:?package=Fic.XTB.PowerBiEmbedder&version=1.2022.1.2
                    
Install Fic.XTB.PowerBiEmbedder as a Cake Addin
#tool nuget:?package=Fic.XTB.PowerBiEmbedder&version=1.2022.1.2
                    
Install Fic.XTB.PowerBiEmbedder as a Cake Tool

XrmToolBox plugin that allows you to embed the Power BI report into the CDS form.

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.2022.1.2 23,978 1/25/2022
1.2020.4.2 17,739 4/16/2020
1.2020.4.1 577 4/15/2020
1.2020.2.7 2,855 2/19/2020
1.2020.2.3 1,568 2/4/2020
1.2020.2.1 589 2/4/2020
1.2019.12.8 2,869 12/6/2019
1.2019.12.6 646 12/5/2019
1.2019.12.5 750 12/4/2019
1.2019.12.4 615 12/4/2019
1.2019.12.3 620 12/3/2019
1.2019.12.2 631 12/1/2019
1.2019.12.1 561 12/1/2019
1.2019.11.1 580 11/30/2019

1.2020.4.1
- Added option to pick report page that will be opened on load
1.2020.2.7
- Added link toggle between section and Power BI configuration
1.2020.2.1
- Added support for fetching report data via Power BI API
1.2019.12.7
- Added edit function for existing reports
1.2019.12.6
- Improved field validation
1.2019.12.5
- Fixed NuGet and DLL version mismatch
1.2019.12.4
- Fixed crash when running without connection
- Fixed crash when publish is initiated without a section selected
1.2019.12.3
- First public release of Power BI Embedder for XrmToolBox