Download as pdf or txt
Download as pdf or txt
You are on page 1of 8

5 Power Query

Tricks
You probably don't know about
#1 - Run Queries Faster

To speed up the query load time, enable Fast Data Load.


This will disable any parallel Excel operations and allocate
all the RAM for processing queries. This option is only
available in Excel, not in Power BI.
youtube.com/@GoodlyChandeep
#2 - Referencing vs. Duplicating
If you want to reference or duplicate a query, just right-
click on it. Opt for referencing to link to the original
without repeating steps, which is typically preferred.
Choose to duplicate only if you need to completely redo
the process.

Prefer Reference
over Duplicate.

youtube.com/@GoodlyChandeep
#3 - Check the Data Quality

Just hover over


the green line to
see a quick
report.

Click on the 3 dots


to get some quick
options for data
transformation.

Look for the green line under the column headers, Hover
over the line to see a quick report if all data is valid and if
there are any empty rows.

youtube.com/@GoodlyChandeep
#4 - Lower Case Before Applying
VLOOKUP

Right- Click

Power Query is case sensitive so while applying a lookup


it’s a good practice to convert the lookup value to lower /
upper case for consistent results.

youtube.com/@GoodlyChandeep
#5 - 'is' Keyword Trick
You can use the 'is' keyword in a custom column to check
data types for primitive and structured values.

Custom Column Formula

=[Col1] is text

=[Col1] is number

=[Col1] is list

youtube.com/@GoodlyChandeep
370+ People Joined the M Course
Jumpstart your learning

Mastering M in Power Query

Push Beyond Power Query’s User Interface &


Solve Tricky Data Cleaning Problems.

Enroll Now

You might also like