cwebbbi / PowerBITextAnalytics

A Power BI custom data connector to call the Microsoft Cognitive Services Text Analytics API
MIT License
22 stars 2 forks source link

PowerBITextAnalytics

A Power BI custom data connector for the Microsoft Cognitive Services Text Analytics API

Full documentation for the Text Analytics API can be found here and there is more detailed documentation available for the Detect Language, Key Phrases and Sentiment APIs.

Note: you will need to sign up for the Text Analytics API and obtain an access key before you use this custom data connector. A number of pricing tiers are available, including a free tier that allows for 5000 calls per month.

Functionality

This custom data connector exposes three M functions:

There are a number of examples of how these functions can be used in the TextAnalytics.query.pq file included in the project, in the example Power BI .pbix file, as well as this blog post on Chris Webb's BI Blog.