当前位置:网站首页>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/
边栏推荐
- TIPC messaging3
- ctf 记录
- Jenkins安装
- flink二開,實現了個 batch lookup join(附源碼)
- [quick application] there are many words in the text component. How to solve the problem that the div style next to it will be stretched
- Win11 arm system configuration Net core environment variable
- webauthn——官方开发文档
- PLC-Recorder快速监控多个PLC位的技巧
- mmrotate旋转目标检测框架使用记录
- TIPC Service and Topology Tracking4
猜你喜欢
tqdm的多行显示与单行显示
Verilog and VHDL signed and unsigned number correlation operations
从攻击面视角,看信创零信任方案实践
【深入浅出玩转FPGA学习5-----复位设计】
二.Stm32f407芯片GPIO编程,寄存器操作,库函数操作和位段操作
ImportError: cannot import name ‘Digraph‘ from ‘graphviz‘
Matlab processing of distance measurement of experimental electron microscope
I STM32 development environment, keil5/mdk5.14 installation tutorial (with download link)
【IDEA】使用插件一键逆向生成代码
Special topic of binary tree -- acwing 3384 Binary tree traversal (known preorder traversal, while building a tree, while outputting middle order traversal)
随机推荐
Uncover the secrets of Huawei application market application statistics
实验电镜距离测量之Matlab处理
Luogu p1892 [boi2003] Gang (and search for variant anti set)
【深入浅出玩转FPGA学习4----漫谈状态机设计】
[play with FPGA learning 4 in simple terms ----- talk about state machine design]
从攻击面视角,看信创零信任方案实践
接口调试工具概论
ren域名有价值吗?值不值得投资?ren域名的应用范围有哪些?
[paid promotion] collection of frequently asked questions, recommended list FAQ
Tick Data and Resampling
主键策略问题
tidb-dm报警DM_sync_process_exists_with_error排查
flink二開,實現了個 batch lookup join(附源碼)
Rest (XOR) position and thinking
Special topic of binary tree -- acwing 1497 Traversal of the tree (use post and mid order traversal to build a binary tree)
String (Analog
Mongodb learning and sorting (condition operator, $type operator, limit() method, skip() method and sort() method)
[AI application] Hikvision ivms-4200 software installation
PHP tea sales and shopping online store
sql left join 主表限制条件写在on后面和写在where后面的区别