Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automated Fabric/Power BI artifact management #6

Open
JamesDBartlett3 opened this issue Nov 19, 2023 · 1 comment
Open

Automated Fabric/Power BI artifact management #6

JamesDBartlett3 opened this issue Nov 19, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@JamesDBartlett3
Copy link
Owner

User Story

As a Fabric/Power BI admin, I want an automated process that manages all Fabric/Power BI artifacts in my organization's tenant according to a set of rules that I specify.

Current obstacles & hardships

  • Many artifacts already in production
  • Some artifacts updated frequently
  • Complex lineage/dependency trees
  • New artifacts being added all the time
  • Manually managing all of the above
    • Time-consuming
    • Error-prone
    • Monotonous

Proposed solution

An Azure Function (or other cloud-based unattended app) which:

  • Has one or more state files
  • Has one or more configuration files
  • Utilizes
    • Power BI Scanner API
    • Power BI Admin API
    • Power Automate API
    • Others (?)
  • Keeps track of all existing Power BI artifacts and their lineage/dependency trees in state file(s)
  • Monitors configuration file(s) for changes and updates Power BI artifacts accordingly
  • Monitors Power BI tenant for artifact changes and updates state file(s) accordingly
  • Adds/removes/modifies Power Automate flows to reflect the latest configuration & state
  • Uses the configuration file(s) to determine what to do, and how to do it

Necessary components

  • Config file(s) - most likely YAML
  • State file(s)
    • Probably JSON (at least at first)
    • May need to upgrade to a cloud data storage solution with concurrent reads & writes for performance if necessary
  • Power BI Scanner API script(s)
  • Power BI Admin API script(s)
  • Power Automate API script(s)
@JamesDBartlett3
Copy link
Owner Author

Credit for the inspiration: @ImkeF

@JamesDBartlett3 JamesDBartlett3 added enhancement New feature or request and removed feature labels Nov 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant