Parser Power BI files to browse assets
Project description
Python Power BI Parser
Parse Power BI files to browse dataset and report data, either from desktop or versionned workspace on GIT
Purpose
Parse Power BI files to extract useful content
How to Use
Easy steps:
pip install powerbi-parser
- Add in the file you want
from powerBIParser import PowerBIParser
parser = PowerBIParser("filepath of the PBI sources")
parser.parse()
for dataset in parser.datasets:
print (dataset.name)
for report in parser.reports:
print (report.name)
License
This library is licensed under Apache 2.0. Full license text is available in LICENSE.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
powerbi-parser-1.0.19.tar.gz
(10.2 kB
view details)
File details
Details for the file powerbi-parser-1.0.19.tar.gz
.
File metadata
- Download URL: powerbi-parser-1.0.19.tar.gz
- Upload date:
- Size: 10.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d43eed523f8805231d680a0eb99ed0db369a1190fa5652a94365b0f8db82366a |
|
MD5 | 30acda1d7181beb5c40a20f3d2f54d1d |
|
BLAKE2b-256 | ff91e64aa60dda862d33a6b62c33b7578c9b703789bdf8d9395bb08076f1b0a3 |