Skip the blog and check the Github repo for full sample code Azure Analysis Services is a new service (Paas) in Azure where you can create semantic data models. It provides easier and faster way to query against massive amount of data using clients like Power BI, Excel and other reporting clients (Tableu etc). For… Continue reading Connecting to Azure Analysis Services using ADOMD
Category: Azure
Quick guide to basics of Microsoft Graph API
What is Microsoft Graph? Microsoft Graph is a REST API endpoint exposed via https://graph.microsoft.com. It provides a unified access endpoint to all the data, office graph intelligence and insights available inside your Office 365 tenant. If you are familiar with Facebook's Graph API you can consider this as Office 365 version of that. Wait, but Office… Continue reading Quick guide to basics of Microsoft Graph API