简体   繁体   English

如何将我的样本数据加载到 Azure 数据湖并在 Power Bi 中可视化?

[英]How do i load my sample data to Azure data lake and visualize in Power Bi?

I have a sample data (.CSV) and I'm able to visualize the same in my Power Bi desktop by using get data->text file.我有一个示例数据 (.CSV),我可以通过使用 get data-> text file 在我的Power Bi 桌面中将其可视化。 I want to load the same data into Azure data lakes so that i can access it from get data-> Azure data lake storage in my Power BI.我想将相同的数据加载到Azure 数据湖中,以便我可以从我的 Power BI 中的 get data-> Azure 数据湖存储中访问它。

My azure data factory and my Power Bi accounts are trial ones.我的 azure 数据工厂和我的 Power Bi 帐户是试用帐户。 How do i load data into my azure data lake?如何将数据加载到我的 azure 数据湖中? When i try to do it it is asking for my git repository which is not necessary i suppose.当我尝试这样做时,它要求我的 git 存储库,我想这不是必需的。

To get your sample data into the Data Lake, you can go into the Azure Portal, find the data lake object and find the 'Storage Explorer' option.要将您的样本数据放入数据湖,您可以 go 进入 Azure 门户,找到数据湖 object 并找到“存储资源管理器”选项。 That will open up a file manager like interface to allow folder creation and upload files.这将打开一个类似界面的文件管理器,以允许创建文件夹和上传文件。

在此处输入图像描述

You can also use Azure Storage Explorer to load the file.您还可以使用Azure 存储资源管理器来加载文件。

To load the data in a continuing process, you can use Azure Data Factory.要在持续过程中加载数据,您可以使用 Azure 数据工厂。 You haven't mentioned if your Data Lake is Gen 1 or Gen 2, but the MS Docs website give a good start on how to use a copy activity to push files to the data lake您没有提到您的数据湖是第 1 代还是第 2 代,但 MS Docs 网站为如何使用复制活动将文件推送到数据湖提供了一个良好的开端

Gen 1 - https://docs.microsoft.com/en-us/azure/data-factory/load-azure-data-lake-store第 1 代 - https://docs.microsoft.com/en-us/azure/data-factory/load-azure-data-lake-store

Gen 2 - https://docs.microsoft.com/en-us/azure/data-factory/load-azure-data-lake-storage-gen2第 2 代 - https://docs.microsoft.com/en-us/azure/data-factory/load-azure-data-lake-storage-gen2

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 将 power bi 连接到 Azure 数据湖 gen 2 - Connecting power bi to Azure data lake gen 2 我如何在 power bi 中可视化 azure ml 预测 - How do i visualize azure ml predictions in power bi 用于存储用于 Power BI 可视化的 SQL 数据库的 Azure 数据湖有多好? - How good is Azure Data Lake for storing an SQL database used for Power BI visualizations? 通过 Azure Data Lake 和 Power BI 进行数据分析(加入 mongoDB 和 SQL 数据) - Data analytics (join mongoDB and SQL data) through Azure Data Lake and power BI 如何将大型JSON数组文件加载到Azure Data Lake Analytics(ADLA)中 - How do I load Large JSON Array files into Azure Data Lake Analytics (ADLA) 如何查询Azure Data Lake Store - How do I query Azure Data Lake Store Azure Data Lake Storage Gen1 元数据(在文件夹结构和大小信息方面)到 Power BI - Azure Data Lake Storage Gen1 Metadata ( in terms of folder structure and size information) into Power BI Power BI数据存储区中的表格数据模型 - tabular data model in data store lake for power BI 将数据写入数据湖 gen2 以进行电力双消耗 - Writing data to data lake gen2 for power bi consumption 我该如何决定,是否应该使用 Power BI API 将数据推送到我的流数据集或 Azure Stream Analytics? - How can I decide, if I should use the Power BI API to push data into my streaming dataset or Azure Stream Analytics?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM