*Introduction*
Power BI is the Microsoft's cloud based business intelligence solution that
works from within Excel and Office 365 to analyze and visualize data in a
self-service way. The BI solution is designed to help business users gain
insights from their data.

*API (REST)*
https://msdn.microsoft.com/en-us/library/mt147898.aspx

*PowerBI Connector Summary*
• Connector Name:  powerbi-connector-1.0.0 
• Version: 1.0.0 
• Technology:  REST 

*Authentication*
PowerBI uses the OAuth 2.0 protocol for authentication.

*Methods*
createDataset - Creates a new dataset.
createGroupDataset - Creates a dataset within a group.
listDatasets - Lists all dataset objects which includes a name and ID or a
JSON list from a Group.
listGroupDatasets        - It returns a list of datasets of a group.
listTables - This returns a JSON list of tables for the specified Dataset. 
listGroupTables - This returns a JSON list of tables from a Group.
updateTableSchema - It updates a table schema.
updateGroupTableSchema - This operation can be used to update a table in
a Group.
addRows - It adds rows to a table in a dataset or a dataset in a Group.
addGroupRows - This adds rows to a table in a dataset within a Group.
deleteRows - This deletes rows from a table in a dataset.
deleteGroupRows - This operation deletes rows from a table of a Dataset
which is in a Group.
listGroups - This operation returns a JSON list of all groups that the
signed in user is a member of.

Regards,
Vinitha




--
View this message in context: 
http://wso2-oxygen-tank.10903.n7.nabble.com/Connector-PowerBI-tp126559.html
Sent from the WSO2 Architecture mailing list archive at Nabble.com.
_______________________________________________
Architecture mailing list
[email protected]
https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture

Reply via email to