Read our blogs, tips and tutorials
Try our exercises or test your skills
Watch our tutorial videos or shorts
Take a self-paced course
Read our recent newsletters
License our courseware
Book expert consultancy
Buy our publications
Get help in using our site
546 attributed reviews in the last 3 years
Refreshingly small course sizes
Outstandingly good courseware
Whizzy online classrooms
Wise Owl trainers only (no freelancers)
Almost no cancellations
We have genuine integrity
We invoice after training
Review 30+ years of Wise Owl
View our top 100 clients
Search our website
We also send out useful tips in a monthly email newsletter ...
Posted by Andrew Gould on 17 June 2019
This video shows you how to import data from Excel into a Power BI report. You'll learn about the importance of Excel tables and range names and how to select the appropriate range to import. You'll see how to import multiple tables and create one-to-many relationships between them. You'll also learn about using the Power Query Editor to clean up untidy data by deleting rows, promoting headers and altering data types. The final part of the video explains a couple of techniques for appending multiple tables into a single list, and how to merge multiple queries into a single table to make it easier to create reports.
See our full range of Power BI training resources, or test your knowledge of Power BI with one of our Power BI skills assessment tests.
This video has the following accompanying files:
File name | Type | Description |
---|---|---|
01 - Movies Single Table.xlsx | Excel workbook | |
02 - Movies Related Sheets.xlsx | Excel workbook | |
03 - Movies Related Tables.xlsx | Excel workbook | |
04 - Top 10 UK Films Single Table.xlsx | Excel workbook | |
05 - Top 10 UK Films Table with Subtotals.xlsx | Excel workbook | |
06 - Top 10 UK Films Multiple Sheets.xlsx | Excel workbook |
Click to download a zipped copy of the above files.
There are no exercises for this video.
You can increase the size of your video to make it fill the screen like this:
Play your video (the icons shown won't appear until you do), then click on the full screen icon which appears as shown above.
When you've finished viewing a video in full screen mode, just press the Esc key to return to normal view.
To improve the quality of a video, first click on the Settings icon:
Make sure yoiu're playing your video so that the icons shown above appear, then click on this gear icon.
Choose to change the video quality:
Click as above to change your video quality.
The higher the number you choose, the better will be your video quality (but the slower the connection speed):
Don't choose the HD option shown unless your connection speed is fast enough to support it!
Is your Wise Owl speaking too slowly (or too quickly)? You can also use the Settings menu above to change your playback speed.
From: | duggie |
When: | 21 Jun 23 at 09:30 |
Hi,
This is my first post on Power BI, so please excuse my naivety!
I have a workbook containing many formulae on a worksheet relating to other worksheets within the same workbook, eg SUMIFS, VLOOKUPS, etc.
Updating rows causes the workbook to be slow (Excel shows Calculating 1%, 2%, etc.)
My limited understanding of Power BI is that it's made for creating dashboards by clicking an dragging icons.
Would Power BI be able to solve this updating of fomulae problem?
Thanks
From: | Andy B |
When: | 21 Jun 23 at 10:59 |
Not quite the first post!
Power BI will work fine until you refresh the data, at which point it will go back to the underlying Excel workbook to get the latest data. I wouldn't have thought this would trigger an Excel recalculation, however, so it should run quickly.
From: | duggie |
When: | 27 Nov 19 at 11:20 |
Hi
Having watched this video, in particular the part about merging tables, it leads me to think that it is actually doing a vlookup. Many people have expressed their desire to use Power Query to do vlookups because of its speed. My question is: how do you incorporate the vlookup performed using Power Query into VBA?
Suppose in Excel on Sheet1 column 1, I have the values 1,2,3,4,5 and in column 2 the values a,b,c,d,e.
Also on Sheet2 I have the value 1 in cell A1. Running the following simple code would return the value of "a" into cell B1 on Sheet2, as expected:
Option Explicit
Dim SourceArray() As Variant
Sub Start()
SourceArray() = Sheet1.Cells(1, 1).CurrentRegion.Value
Call Module1.Lookup
Erase SourceArray()
End Sub
Sub Lookup()
Sheet2.Cells(1, 2).Value = Application.WorksheetFunction.VLookup(Sheet2.Cells(1, 1).Value, SourceArray(), 2, False)
End Sub
My question is: if the Lookup subroutine was done manually using Power Query, how can that code be generated? As far as I'm aware, (and do correct me if I'm mistaken), clicking the macro recorder button then performing Power Query steps manually DOES NOT generate any VBA.
Thanks
From: | Andy B |
When: | 27 Nov 19 at 14:01 |
I don't think Power BI supports VBA in any shape or form (others agree). I would suspect that Microsoft will never add this; they're more likely to let people automate Power BI using M, Python or C#.
Kingsmoor House
Railway Street
GLOSSOP
SK13 2AA
Landmark Offices
99 Bishopsgate
LONDON
EC2M 3XD
Holiday Inn
25 Aytoun Street
MANCHESTER
M1 3AE
© Wise Owl Business Solutions Ltd 2024. All Rights Reserved.