All Projects → Hugoberry → PowerQueryConnectors

Hugoberry / PowerQueryConnectors

Licence: other
A collection of data connectors for Power BI

Projects that are alternatives of or similar to PowerQueryConnectors

m-custom-functions
This library contains created mostly pure M-functions without any other languages.
Stars: ✭ 24 (-20%)
Mutual labels:  powerbi, powerquery
powerbi
Repository with links and files for using in PowerQuery and PowerBI
Stars: ✭ 32 (+6.67%)
Mutual labels:  powerbi, powerquery
Power-Query-Excel-Formats
A collection of M code to get various formats from Excel sheets in Power Query
Stars: ✭ 43 (+43.33%)
Mutual labels:  powerbi, powerquery
PowerBI-book-ru
Проект открытого методического пособия по Power BI, Power Query, Power Pivot
Stars: ✭ 76 (+153.33%)
Mutual labels:  powerbi, powerquery
PowerQueryNet
Run M Language (Power Query Formula Language) from anywhere.
Stars: ✭ 146 (+386.67%)
Mutual labels:  powerbi, powerquery
LibPQ
Detach your M code from workbooks to reuse it! Import modules from local or web storage (unlimited number of sources)
Stars: ✭ 55 (+83.33%)
Mutual labels:  powerbi, powerquery
crm-powerbi-viewer
Embed tiles and reports from Power BI into Dynamics CRM Forms and Dashboards.
Stars: ✭ 24 (-20%)
Mutual labels:  powerbi
Sanddance
Visually explore, understand, and present your data.
Stars: ✭ 5,579 (+18496.67%)
Mutual labels:  powerbi
powerbi-visuals-html-content
Visualise column or measure values as HTML in your Power BI reports. Intended as a spiritual successor to the OG HTML Viewer custom visual, with some extra stuff thrown in.
Stars: ✭ 53 (+76.67%)
Mutual labels:  powerbi
PowerBI-visuals-AttributeSlicer
Attribute Slicer custom visual for PowerBI
Stars: ✭ 24 (-20%)
Mutual labels:  powerbi
ModelAutoBuild
A framework for dynamically creating a tabular model based on an Excel template.
Stars: ✭ 43 (+43.33%)
Mutual labels:  powerbi
FlowViz
A Power BI template that provides easy to understand, actionable flow metrics and predictive analytics for your agile teams using Azure DevOps, Azure DevOps Server and/or TFS.
Stars: ✭ 150 (+400%)
Mutual labels:  powerbi
ITF Power BI
Contains functions for pulling publicly-available global COVID-19 case and testing data for analysis and populating a Power BI dashboard.
Stars: ✭ 15 (-50%)
Mutual labels:  powerbi
WooCommerceConnector
A Power BI Custom Connector for WooCommerce
Stars: ✭ 27 (-10%)
Mutual labels:  powerbi
Data-Science
Using Kaggle Data and Real World Data for Data Science and prediction in Python, R, Excel, Power BI, and Tableau.
Stars: ✭ 15 (-50%)
Mutual labels:  powerbi
datapackage-m
Power Query M functions for working with Tabular Data Packages (Frictionless Data) in Power BI and Excel
Stars: ✭ 26 (-13.33%)
Mutual labels:  powerbi
Power-BI-Automation
Automate tasks in Power BI based on the Power BI Powershell cmdlets and the Power BI REST API
Stars: ✭ 44 (+46.67%)
Mutual labels:  powerbi
MiniModelBuilder
A tool for customizing and dynamically generating a tabular model from an existing tabular model.
Stars: ✭ 14 (-53.33%)
Mutual labels:  powerbi
Federal-Business-Applications
US Government Business Applications Demo Repository
Stars: ✭ 103 (+243.33%)
Mutual labels:  powerbi
awesome-power-platform
A collection of awesome things regarding the Power Platform ecosystem.
Stars: ✭ 36 (+20%)
Mutual labels:  powerbi

PowerQueryConnectors

A collection of data connectors that extend the reachability of Power Query.

Modules Modules

Quickstart

The modules use the extensibility provided by Data Connectors, so in order to use them you have to:

  1. Copy the the contents of /build folder with all the *.mez files onto your local machine
  2. Create a PQ_ExtensionDirectory environment variable, set its value to this folder
  3. Restart Power BI Desktop

For developers

In order to extend the modules

  1. Install the Power Query SDK from the Visual Studio Marketplace
  2. Edit the existing Data Connector Projects or *.pq files
  3. Build the solution The deployable *.mez files will be located in the Debug folder of each module under /src. The Relese configuration of the build will copy these files into the /build folder.

Connectors

References

The M functions used in this repository have been assembled based on the following sources of documentation:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].