Apresentamos nesse vídeo como obter os dados de planilha excel e publicar o relatório no Power BI, garantindo a atualização do conjunto de dados da nuvem seja executada a partir dos dados no computador local.
Get the data from an Excel workbook:
Transform data in
Let Source = Excel.Workbook(File.Contents("C:PathToYourFile.xlsx"), null, true), Spreadsheet = Source{[Item="Sheet1"]}[Source], promoteheaders = Table.PromoteHeaders(spreadsheet, [PromoteAllScalars=true]), OtherTransformations = ... // Other transformations you can apply In fashion OtherTransformations
Add visuals to the report:
report in Power BI Service:
report visuals:
Ensure dataset refresh in the cloud (Power BI Gateway):
Dataset):
These are general steps, and the user interface may have slight variations depending on the specific version of Power BI you're using.
Data Scientist and Consultant for Digital and Analytics Solutions
@fabioms