Public Schedule Face-to-Face & Online Instructor-Led Training - View dates & book

power bi and excel

Forum home » Delegate support and help forum » Microsoft Excel Training and help » Power BI and Excel

Power BI and Excel

ResolvedVersion 365

Sophie has attended:
Excel Introduction course
Excel Intermediate course

Power BI and Excel

How to connect PowerBI to Excel via the 'get data' function. Thanks!

RE: Power BI and Excel

Hi Sophie,

Thank you for the forum question.

Unfortunately you cannot make a connection to the data model uploaded on Power BI services (a published Power BI report) with the Get Data function if you do not have Excel 365, but you can connect to the data model using the Analyze in Excel option.

If you are in the workspace where the Power BI report is stored and click on the 3 dots to the right of the report, the top option on the list which will appear is Analyze in Excel. Click on the option and Power BI will create an Excel file which is connected to the model and which will update when more data are added to the source.

You can also download the Analyze in Excel Updates add-in. With this add in you can connect from an Excel file to a data model stored in a workspace on Power BI services.

If you use the Analyze in Excel option you get the data model stored in the Excel file and use Pivot Tables to analyse the data set.



Kind regards

Jens Bonde
Microsoft Office Specialist Trainer

Tel: 0207 987 3777
STL - https://www.stl-training.co.uk
98%+ recommend us

London's leader with UK wide delivery in Microsoft Office training and management training to global brands, FTSE 100, SME's and the public sector

Mon 27 Dec 2021: Automatically marked as resolved.

Excel tip:

Calculate difference between two times

For presenting the result in the standard time format (hours : minutes : seconds . Use the subtraction operator (-) to find the difference between times, and the TEXT function to format the returned value to text in a specific number format.

Hours never exceed 24, minutes never exceed 60, and seconds never exceed 60.

=TEXT(B2-A2,"h")
Hours between two times (4)

=TEXT(B2-A2,"h:mm")
Hours and minutes between two times (4:55)

=TEXT(B2-A2,"h:mm:ss")
Hours and seconds between two times (4:55:00)

Where B2 and A2 must hold the end time and start time respectively formatted as a time format

View all Excel hints and tips

Connect with us:

0207 987 3777

Call for assistance

Request Callback

We will call you back

Server loaded in 0.11 secs.