Coder Social home page Coder Social logo

mmaayyaa333 / dnn.powerbiembedded Goto Github PK

View Code? Open in Web Editor NEW

This project forked from intelequia/dnn.powerbiembedded

0.0 0.0 0.0 1.87 MB

A set of modules to embed Power BI workspaces in a DNN Platform portal through Power BI Embedded

License: MIT License

JavaScript 75.56% C# 18.37% PowerShell 0.21% CSS 0.98% HTML 3.14% Batchfile 0.02% Less 1.72%

dnn.powerbiembedded's Introduction

Latest release Build status

DNN Power BI Embedded module

A set of modules to embed Power BI Embedded dashboards and reports into a DNN Platform installation.

Introduction

In business environments where you need to offer a business intelligence solution based on data, dashboards and reports, one of the first tools that comes to mind is Power BI. Then you realize that you would like those reports to be available embedded within your own application instead of having to license all users because of permissions and sharing restrictions.

It gets even more interesting when your application is used by thousands of users outside your organization. That's where Power BI Embedded comes into play. A service that allows you to publish Power BI portal resources under your premises, being able to fully customize the user experience.

The DNN Power BI Embedded module allows you to embed Power BI reports and dashboards into your DNN website and secure the access to the reports by using DNN users and roles, including role security level and lots of rich features without the need of coding the Power BI Embedded integration. The module is available on English, Spanish and German.

Requirements

  • DNN Platform 9.4.3 or later
  • Power BI account for development and test
  • Power BI Embedded deployment in an active Azure subscription for production workspaces.

Resources

  • DEMO VIDEO: For a quick overview, check this demo video.
  • Documentation: for the full project documentation, please refer the Wiki

Architecture

Reference architecture of a DNN portal deployed on Azure, using App Service and SQL Database under platform as a service. The module is compatible with the use of Azure AD, Azure AD B2C or other authentication providers. Report usage information is sent to Application Insights if the DNN Application Insights module is also installed.

Portal architecture

Screenshots

Screenshot 1 Screenshot 2 Screenshot 3 Screenshot 4

Building the solution

Requirements

Install package dependencies

From the command line, enter the <RepoRoot>\DotNetNuke.PowerBI\PBIEmbedded.Web and run the following commands:

  npm install -g webpack
  npm install -g webpack-cli
  npm install -g webpack-dev-server --force
  npm install --force

Debug the client side app

To debug the client side, build the module in debug mode and copy the .dll and .pdb files into your site /bin folder (you can tweak the post build event for such purpose). That will try to load the persona bar bundle script from https://localhost:8080.

The second step is to start the local webpack dev server. To do it, From the command line, enter the <RepoRoot>\DotNetNuke.PowerBI\PBIEmbedded.Web and run the following commands:

  webpack-dev-server

Build the module

Now you can build the solution by opening the file DotNetNuke.PowerBI.sln in Visual Studio. Building the solution in "Release", will generate the React bundle and package it all together with the installation zip file, created under the "\releases" folder.

dnn.powerbiembedded's People

Contributors

davidjrh avatar hectorgd avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.