Skip to main content

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


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 hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page