Microsoft 365 Lighthouse Business Intelligence
Перейти к файлу
Isaiah Williams 1deb638df1
Correcting paging with Partner Center operations (#10)
2021-06-30 11:38:20 -05:00
.github Core functionality (#4) 2021-01-29 08:38:39 -06:00
docs Core functionality (#4) 2021-01-29 08:38:39 -06:00
src/Connector Correcting paging with Partner Center operations (#10) 2021-06-30 11:38:20 -05:00
.gitignore Initial commit 2020-10-23 17:25:22 +00:00
CHANGELOG.md Correcting paging with Partner Center operations (#10) 2021-06-30 11:38:20 -05:00
CODE_OF_CONDUCT.md Initial CODE_OF_CONDUCT.md commit 2020-10-23 10:25:33 -07:00
CONTRIBUTING.md Core functionality (#4) 2021-01-29 08:38:39 -06:00
LICENSE Initial LICENSE commit 2020-10-23 10:25:38 -07:00
README.md Documentation and function update 2021-02-09 08:52:03 -06:00
SECURITY.md Core functionality (#4) 2021-01-29 08:38:39 -06:00
SUPPORT.md Core functionality (#4) 2021-01-29 08:38:39 -06:00
azure-pipelines.yml Azure Pipeline configuration update (#9) 2021-02-09 12:51:40 -06:00
microsoft365-lighthouse-bi.sln Adding the pipeline configuration (#8) 2021-02-09 12:38:34 -06:00

README.md

Microsoft 365 Lighthouse Business Intelligence

Through this solution partners are able to consume responses from various Microsoft APIs that have been invoked against their customers in Power BI. Which will enable the ability to gain insights into the current configurations for their customer's Microsoft 365 estate. Also, the functionality required to perform pre-sales assessments will be available.

Preview

We are excited to share an early preview of this data connector for Power BI. Initially you will need to perform the following actions to utilize this connector

  1. Create an Azure Active Directory application and configure it for this connector
  2. Update the identifier in the client_id file to match the application identifier for your Azure Active Directory application
  3. Compile the connector using the Power Query extension for Visual Studio
  4. Copy the compiled extension file into the [Documents]\Power BI Desktop\Custom Connectors directory

In the near future we will be simplifying this process, but for now the above steps are required.