Connecting Azure Analysis Services to Azure Data Lake Storage Gen2
With the public preview available for “Multi-Protocol Access” on Azure Data Lake Storage Gen2, now AAS can use the Blob API to access files in ADLSg2. Check how to do…
Hello team, Today I am going to share with you a way that you can extend the functionality of your PowerPortals by using Durable Functions. First of all here are some links to the documentation in …
Power BI: Creating an AddWeekdays function in Power Query M language
In an earlier post, I showed how to create a function that worked out if a date was a weekday or not. In this example, I've used that function to create a more complex function that adds a number of weekdays to a given date. In Power Query, go to the Edit Queries option and … Continue reading "Power BI: Creating an AddWeekdays function in Power Query M language"
Using Charts & Dashboards To View Survey Responses
If you are using Dynamics 365 Customer Engagement, you will no doubt have used Charts, Views and Dashboards to get a visual representation of your data.
[PowerQuery] Call custom functions file from Github or local file
Hi! Today I'm going to show you how to call a power query custom function from file in edit queries. You can now create a repository of custom functions and reuse them from there. Maybe in the near future we can have our m code more organized in our organization. This post will help us get throw thi...
Using Microsoft’s Banking Accelerator and the Common Data Model
Microsoft has developed a standardized set of schemas for the Power Platform they call the Common Data Model. The Common Data Model is an open-sourced definition of standard (“core”) entities that rep…
Storytelling with Power BI 3/7: Have a guided experience
Have a guided experience, my third blog as part of my blog series regarding Storytelling with Power BI. During this blog series, I will elaborate on seven topic which can be used to apply storytelling…
Learn how to make Dynamica Visuals via buttons, bookmarks and Visuals to make a clean user experience. This tutorial helps you build better UI for users.
Power Query/M Optimisation: Getting The Maximum Value From A Column, Part 1
I’ve just learned some really interesting new Power Query/M optimisation tricks! I’m going to write them up here as a series of worked examples rather than generalised patterns because I’m still tr…
Patrick looks at how to create and use a Power BI Hierarchy within Power BI Desktop. Hierarchies can help to provide correct data usage within your Power BI reports. Download sample Want to download t…
Today I had a look at the approval steps available in Microsoft Flow. I created a flow that created an approval step. Then I ran my flow and found the approval notification in outlook. However in the …
Automate Business Actions with Microsoft Flow, PowerApps and Kaizala
In this post, I will show you how to detect duplicate records/ items in Dynamics 365 CRM/ CDS/ SharePoint, delete the record/ item and send a list of deleted records/ items as an email attachment. We …
Power BI Product Suggestion: Show Measure Dependencies
I was just working on a client project where we have several complex measures that reference other measures. Sometimes it can be hard to keep all these dependencies in mind. As a feature, it would be …
<p>For July PowerApps team released over 9 new features and enhancements for making your application creation experience even more productive, fun and a special focus for this month enabling Pow…
Forms Pro Survey records display information about the survey. A very quick and easy way to see all of this in one place is to use Word Document Templates.
SVG in Power BI Part 6 – New Icon Conditional Formatting
In July 2019 Power BI Desktop update they included new conditional formatting on table and matrix to include icons. These icons can be defined using SVG which is pretty cool. So this is a new post in …
Using Version Control with Power BI Desktop Files, check in, check out, view or revert to previous v…
This blog post follows on from Part 1 where I now demonstrate how to check in, check out, view previous versions or rollback versions of #PowerBI PBIX Files
Reading Time: 1 minute I recently added a Power BI “Blogmap” at https://powerbi.world/. The blogmap curates a list of Power BI-related blogs that I regularly follow. I’ve come to rely on it as a primary way to view current events in the Power BI world at one easy to recall URL. The Power BI Blogmap is based on the Google…
Reading Time: 5 minutes Data sonification uses variations in audio to hear differences in data values. From an accessibility standpoint, data sonification offers another potential avenue to enrich your reports beyond methods pertaining to data visualization. There are a few pieces that need to be assembled to enable data sonification that works in both Power BI Desktop and Service. While, audio…
Introduction: Around 2014, an enhancement was made to the DAX engine designed to help improve query speed. The enhancement, called DAX Fusion, looks to reduce the number of storage engine scans nee…