当前位置:网站首页>Summary of data export methods in powerbi
Summary of data export methods in powerbi
2022-07-02 11:16:00 【Powerbi muxiaofen】
although BI The purpose of is to free people from doing numbers , But finally, the business personnel need to export the data to Excel Then make your own data destiny , Therefore, one of the most common and just needed problems for users is how to export data . Today, I will summarize and Export PowerBI Several methods of data in report .
Visual object header
First of all, you need to make sure whether this function is turned off , If hide visual object header is checked , Open locally pbi Files will not have any impact , But in server When reading the report, click the top right corner of the chart and the header will not appear .

Select the chart you want to export data , Top right chart header — More options — Derived data , This method has data limitations , For details, please read the official documents ,
from Power BI Visualization export data - Power BI | Microsoft Docs[1]

Copy table
If you need to export the whole table , In the data view , Select the table to export data , Right click — Copy table , Then paste it into the file . This method

DAX Studio export
Whole table export
Use EVALUATE keyword + Table name , You can export the whole table of data as csv file

Chart data export
If we export the data on a chart that exceeds the limit in the report , Still usable dax studio, Can be directly in dax studio Write the query code in , Of course, you can pbi Copy the query statements on the chart in the report .
The navigation bar , Select View — Performance Analyzer — Start recording — Refresh visual objects , Then copy the query statement of the relevant chart

Paste the code into dax studio in , You will find that the code is with us powerbi Written in dax The code will be a little different , But it doesn't affect reading , The same as the steps of exporting the whole table , Run the code to export data .
[ Failed to transfer the external chain picture , The origin station may have anti-theft chain mechanism , It is suggested to save the pictures and upload them directly (img-gZq2T2Xz-1656148878627)(https://mmbiz.qpic.cn/mmbiz_png/TyDRib9iao84MTP6LGCVMJzVpo8jsibuibeicbHmqAcyPgib9uO2EMTVbgH4l2MI66Av77paHLEQSodsfDs8S4npfErA/640?wx_fmt=png)]
Export all tables
Still in dax studio in , Switch to Advance—Export Data, Then you can choose to export the data to Csv Or database .


Power BI Exporter
If necessary, send pbi All the data in the file is exported , You can also use Power BI Exporter, It doesn't have dax studio So powerful , It is more convenient for exporting the data in the report , Just click in the file
File address :
Power BI Exporter – Data Vizioner[2]

Of course , There are other external tools that can export data , such as Power BI Helper wait .
Power Automate
Can be in pbi Add Power Automate, Download the data to by clicking the button One drive Or local ,
Details can be viewed powerbi Use in power automate

Python
You can also use it Python Connect PowerBI Data sets , So as to export the desired data , Details can be viewed When PowerBI Yes Python, Use Python Connect PowerBI Data sets

Excel Connect PowerBI Data sets
If the purpose of exporting data is excel View in , Then you can go directly to the excel Middle link powerbi Data sets , Then drag the desired data to the PivotTable

Reference link
[1] from Power BI Visualization export data - Power BI | Microsoft Docs: https://docs.microsoft.com/zh-cn/power-bi/visuals/power-bi-visualization-export-data?tabs=dashboard[2] Power BI Exporter – Data Vizioner: https://www.datavizioner.com/power-bi-exporter/
边栏推荐
- Gaode draws lines according to the track
- Huawei game failed to initialize init with error code 907135000
- What are the methods of adding elements to arrays in JS
- [paid promotion] collection of frequently asked questions, recommended list FAQ
- C#多维数组的属性获取方法及操作注意
- Binary tree topic -- Luogu p3884 [jloi2009] binary tree problem (DFS for binary tree depth BFS for binary tree width Dijkstra for shortest path)
- 三.芯片啟動和時鐘系統
- 实验电镜距离测量之Matlab处理
- 计算序列之和
- 二叉树专题--AcWing 47. 二叉树中和为某一值的路径(前序遍历)
猜你喜欢

ctf 记录

Special topic of binary tree -- acwing 19 The next node of the binary tree (find the successor of the node in the tree)

TIPC Service and Topology Tracking4

TIPC Cluster5

Internship report skywalking distributed link tracking?

TIPC messaging3

Special topic of binary tree -- acwing 1497 Traversal of the tree (use post and mid order traversal to build a binary tree)

ImportError: cannot import name ‘Digraph‘ from ‘graphviz‘

Uncover the secrets of Huawei application market application statistics

tidb-dm报警DM_sync_process_exists_with_error排查
随机推荐
ros缺少xacro的包
接口调试工具概论
原生方法合并word
通过券商经理的开户二维码开股票账户安全吗?还是去证券公司开户安全?
C file and folder operation
洛谷 P1892 [BOI2003]团伙(并查集变种 反集)
二叉树专题--AcWing 47. 二叉树中和为某一值的路径(前序遍历)
SQLite modify column type
ctf 记录
QT learning diary 7 - qmainwindow
函数式接口和方法引用
TIPC介绍1
PLC-Recorder快速监控多个PLC位的技巧
JS——每次调用从数组里面随机取一个数,且不能与上一次为同一个
Flink two Open, implement Batch Lookup join (attached source)
The difference between self and static in PHP in methods
实验电镜距离测量之Matlab处理
Special topic of binary tree -- acwing 47 Path with a certain value in binary tree (preorder traversal)
二叉树专题--AcWing 18. 重建二叉树(利用前、中序遍历,构建二叉树)
STM32单片机编程学习