How I transformed Excel “monster” into Power BI “beauty”! - Data Mozart
How would you call going from 380 tables in 18 Excel sheets, to one table on a single report page in Power BI?! Magic? Miracle? Check how Calculation Groups can help you to achieve (im)possible!
Create Hybrid Tables with Tabular Editor for Power BI? YES!!! - Guy in a Cube
Hybrid Tables are an incredibly powerful feature in Power BI. But what if you wanted to create them outside of Power BI Desktop? Patrick shows you how you can do just that in Tabular Editor! –This Year let Source = Sql.Databases(“servername”), AdventureWorksDW = Source{[Name=”databasename”]}[Data], internetsales = AdventureWorksDW{[Schema=”dbo”,Item=”pbi_InternetSales”]}[Data], thisyear = Table.SelectRows(internetsales, each Date.IsInCurrentYear([OrderDate])) in thisyear –Last […]
Send Teams channel message aka proactive message using custom Teams bot and Power Automate – Part 1
Microsoft Teams connector in Power Automate has actions which can send a simple text message or Adaptive card as a flow bot in a Teams channel. Messages or cards are posted as the user who’s signed…
A Common (project) Framework for Solution Development with Power Platform — Andrew D Welch
Here we’ll lay out a common framework (which we’ll refer to as “C-Frame”) for managing Power Platform solution development. This approach is best suited for solutions that classify as important or critical according to the Environmental Architecture Model found in the Power Platform Adoption Framewo
This article describes the IN operator in DAX, which simplifies logical conditions checking whether a certain value belongs to a list of values. The IN oper
Today’s blog is a kind of continuation of my previous blog. However, there is no sequence to it so you can always enjoy reading it after this blog. Let’s think about Apps differently would be more …
In our earlier blog, we saw how to create a simple & basic Power App. In this blog, I will share some tips on enhancing some of the features. We will cover the below features today – Name the l…
It is a quick Hack and maybe useful, let’s say you want to keep a snapshot of a previous data, for example you have a dimension table and you want to see how the data has changed between mult…
Chris Webb's BI Blog: Refreshing Excel Power Query Queries With VBA And Power Automate For Desktop
At the end of last year two new, fairly minor, improvements were made to Excel VBA’s support for Power Query: you can now refresh and delete individual Power Query queries. These methods are …
Application Development Check List for Governance and Compliance
This simple application is a lightweight MVP Application Development Check List for Governance & Compliance. Track unlimited applications. I created check lists as templates, so you can reuse them in any applications. Simply create your checklists, add as many tasks to each checklist as you like. As...
How to Implement a Power BI Center of Excellence using Microsoft Teams - Iteration Insights
A Center of Excellence can be tool or topic-specific. In this blog, we apply a CoE framework to focus on Power BI and collaboration in an organization.
Optimising OData Refresh Performance in Power Query for Power BI and Excel - BI Insight
OData has been adopted by many software solutions and has been around for many years. Most solutions are using the OData is to serve their transactional processes. But as we know, Power BI is an analytical solution that can fetch hundreds of thousands (or millions) rows of data in a single table. So, obviously, OData … Continue reading Optimising OData Refresh Performance in Power Query for Power BI and Excel
My go to progress dashboard calculates a lot of progress % metrics and graphs. However for larger projects, its often difficult to zoom into the graph. This is exactly why slicers exist
Objectives and Key Results: Driving Focus, Alignment, and Engagement with OKRs (Audible Audio Edition): Paul R. Niven, Ben Lamorte, B. J. Harrison, Gildan Media: Books
Announcing Tenant-level hygiene analytics for Power Apps
The latest updates to the Tenant-level analytics include interactive controls that make it a snap to identify stale and orphaned Power Apps deployed across multiple environments or the entire tenant.
This post explains how to build a multiple measure selector in chart, so that only part of the measures are displayed. A calculation group makes it possible.
The concept of extended tables is at the core of the query performance of Power BI datasets, but it is often overlooked. This article will hopefully change this.