Installation

INFO: Follow the standard addon installation instructions here before proceeding with the following steps.

After following the installation instructions for all addons found here, a additional step is required to ensure the Power BI addon is installed successfully on your system:

  1. Open the web.config of the SitefinityWebApp project
  2. Navigate to the bottom of the file to the assemblyBinding section
  3. Add the following binding redirect:
    <dependentAssembly>
        <assemblyIdentity name="Microsoft.IdentityModel.Clients.ActiveDirectory" publicKeyToken="31bf3856ad364e35" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-3.19.8.16603" newVersion="3.19.8.16603" />
    </dependentAssembly>
    
  4. Save the file