ALM Toolkit is one of those must have tools for PowerBI. Learn about this tool from Christian Wade and how the ALM Toolkit aids your Power BI Development.
Announcing new certification capabilities for dataflows
<p>To encourage the use of standardized dataflows, Power BI now provides two ways you can increase the visibility of your valuable, high-quality dataflows: promotion and certification.</p>
#PowerQuery – Easily Copy all queries from a PBIX to Excel and vice versa
Today I discovered a way to easily copy all queries (including the groups) from a PBIX file to Excel without entering the power query editor in Excel. In my case I needed to copy the data returned …
A common topic I have been discussing recently with customers is the security around Power BI. Basically, how to prevent users seeing data they shouldn’t. So I’ll discuss the various &#…
How to change the dataset script in Power BI desktop
I recently on some internal email by the developers where they mentioned something, offhand, what I think is amazing :). It will allow you to add measures by copy and...
Share your Power BI dataset and spice up your table and column names
Imagine that you are building a Power BI dataset for corporate reporting, that will also be reused for self-service purposes by many others. It is up to you, as dataset author, to make it as simple…
Chris Webb's BI Blog: Understanding The “The key didn’t match any rows in the table” Error In Power Query In Power BI Or Excel
One of the most common errors you’ll see when working with Power Query in Power BI or Excel is this: Expression.Error: The key didn’t match any rows in the table It can occur with almos…
Tips to download files from webpages in Power Query and Power BI
Want to download files from webpages with Power Query to regularly refresh in Power BI? See how to find their URL and tweak their parameters to your needs:
PowerShell 7.0 was made generally available last month and one of it’s new features is pipeline parallelization for the ForEach-Object cmdlet. Scripts running on PowerShell 7 or higher can si…
Substring in DAX: How to get Part of String Field in Power BI Using DAX Expression
Substring is one of the most common functions in many languages, However, there is no function named Substring DAX. There is a very simple way of doing it, which I am going to explain in this post. Substring means getting part of a string, for example from "Reza Rad", if I want to get the…
In this post series, I am going to show how to use new Q&A visuals for the aim of creating easy visuals by typing the natural language and define some user-defined terms and how to manage it. This visual is now generally available for everyone. IN this post some introduction to this visual about how…
Power BI Governance, Good Practices, Part 1: Multiple Environments, Data Source Certification and Documentation
Power BI is taking off, and it’s fast becoming the most popular business intelligence platform on the market. It’s easy to engage with and get professional results quickly, making it the perfect tool for organisations looking to beef up their BI prowess and make data driven decisions through-out the organisation. In this post we’re going … Continue reading Power BI Governance, Good Practices, Part 1: Multiple Environments, Data Source Certification and Documentation
Power BI Service and Mobile February and March 2020 feature summary
<p>It’s time to recap all the features and announcements we made for the Power BI service and mobile for the months of February and March.</p>
In my last tutorial here, you learned how to import COVID-19 confirmed and death cases from Johns Hopkins dataset to build your own Power BI dashboard using Power Query. In this tutorial, we will go quickly through the DAX measures that will help you gain better analytics capabilities using Power BI time intelligence. To follow …
In the Power BI community, had the idea of providing Power BI COVID-19 dashboards as screensaver. After a brief research, the following blog post was created. In order to be able to display web pages as screensavers on Windows 7 or newer, I use the Web-Page-Screensaver from Cameron Currie. The corr...
This post walks through a simple use of the coalesce function to prevent a measure returning Blank. This function was introduced to Power BI in March 2020.
Script for Creating TIME Table in Power BI with Hours, Minutes and Seconds Buckets
I have a Power Query script that I usually use in any Power BI solution that needs time-based analysis. However, I never had a chance to publish it here for everyone to use. So here it is. A friend's question about a time table reminded me that it is good to publish this to the…
Search for All the Texts in Power BI Table Visual with the First Three Characters Selected in the Slicer
Yesterday, I published a post about having a slicer that filters the rows in a table visual in Power BI that contains the characters from that slicer. A friend asked me what if we want to search for the first few characters? that means selecting the first character, then seeing all the possible second characters,…