当前位置:网站首页>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/
边栏推荐
- 二叉树专题--AcWing 1497. 树的遍历(利用后、中序遍历,构建二叉树)
- 高德根据轨迹画线
- Logu p3398 hamster looks for sugar (double LCA on the tree to judge whether the two paths in the tree intersect)
- [AI application] Hikvision ivms-4200 software installation
- ctf 记录
- flink二开,实现了个 batch lookup join(附源码)
- Verilog and VHDL signed and unsigned number correlation operations
- The most detailed MySQL installation tutorial
- What are the methods of adding elements to arrays in JS
- [play with FPGA learning 2 in simple terms ----- design skills (basic grammar)]
猜你喜欢

Multi line display and single line display of tqdm

Flick two open, realized a batch lookup join (with source code)

C#多维数组的属性获取方法及操作注意

二叉树专题--AcWing 18. 重建二叉树(利用前、中序遍历,构建二叉树)

实验电镜距离测量之Matlab处理

Special topic of binary tree -- acwing 18 Rebuild the binary tree (construct the binary tree by traversing the front and middle order)

PHP tea sales and shopping online store

The first white paper on agile practice in Chinese enterprises was released | complete download is attached

【云原生】2.5 Kubernetes 核心实战(下)

ImportError: cannot import name ‘Digraph‘ from ‘graphviz‘
随机推荐
QT学习日记8——资源文件添加
从攻击面视角,看信创零信任方案实践
从ros1到ros2配置的一些东西
Matlab processing of distance measurement of experimental electron microscope
STM32 single chip microcomputer programming learning
ctf 记录
启牛商学院给的股票账户安全吗?能开户吗?
Special topic of binary tree -- acwing 3540 Binary search tree building (use the board to build a binary search tree and output the pre -, middle -, and post sequence traversal)
C# 文件与文件夹操作
TIPC messaging3
三.芯片启动和时钟系统
Iii. Système de démarrage et d'horloge à puce
[AGC] build service 3 - authentication service example
MTK full dump抓取
Is the account above changtou school safe?
flink二開,實現了個 batch lookup join(附源碼)
QT learning diary 7 - qmainwindow
每月1号开始计算当月工作日
二叉树专题--AcWing 3540. 二叉搜索树建树(实用板子 构建二叉搜索树 并输出前、中、后序遍历)
[play with FPGA learning 5 in simple terms ----- reset design]