0
0
Power BIbi_tool~5 mins

Query folding in Power Query in Power BI - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is query folding in Power Query?
Query folding is when Power Query translates your data transformation steps into a single query that runs on the data source, like a database, to improve speed and efficiency.
Click to reveal answer
beginner
Why is query folding important?
It makes data refresh faster by pushing work to the data source instead of doing it locally, saving time and computer resources.
Click to reveal answer
intermediate
How can you tell if query folding is happening in Power Query?
Right-click a step in Power Query and choose 'View Native Query'. If this option is available and shows a query, folding is happening.
Click to reveal answer
intermediate
Name one common action that can break query folding.
Adding an index column or using certain custom functions can stop query folding because these steps can’t be translated back to the data source.
Click to reveal answer
intermediate
How can you improve query folding in your Power Query transformations?
Try to do filtering, grouping, and sorting early in the query steps and avoid transformations that Power Query can’t push to the data source.
Click to reveal answer
What does query folding do in Power Query?
ACreates a backup of the query
BRuns transformations on the data source to speed up processing
CDeletes unnecessary data automatically
DCopies all data locally before transforming
Which step can break query folding?
AAdding an index column
BSorting data
CFiltering rows
DSelecting columns
How do you check if query folding is active for a step?
ARefresh the query
BLook for a green checkmark
CCheck the data preview
DRight-click the step and select 'View Native Query'
When should you apply filters to maximize query folding?
AAt the end of the query
BIn the middle of the query
CEarly in the query steps
DFilters do not affect query folding
What is a benefit of query folding?
AReduces load on your computer
BSlows down data refresh
CUses more local memory
DPrevents data refresh
Explain what query folding is and why it matters in Power Query.
Think about how Power Query talks to databases to save time.
You got /3 concepts.
    Describe how you can check if query folding is working and what can cause it to stop.
    Look for the native query and think about complex steps.
    You got /3 concepts.