Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
-Blair-
Helper I
Helper I

Process dataset clear

 

I have a Power BI dataset in import mode.

I need to store it in the Git Repo, however with data it is too large. How can I process the dataset clear so I am storing just the structure and not the data?

 

 

8 REPLIES 8
-Blair-
Helper I
Helper I

So if I can't store the datasets and reports in GIT due to size constraints then where are you meant to store the pbix?

Need a way fir multiple developers to be able to work on the files while following a development lifecycle like you would with any other code project. Changes should be tracked like they would in GIT with the ability to roll back easily. 

 

 

How does everyone else manage the development lifecycle for Power BI?

Build, Commit, Test, Deploy, Repeat

V-lianl-msft
Community Support
Community Support

Using the Power BI Dataflows, you can easily create reusable data integration pipelines that can be used in one or more Power BI reports. You can also share your dataflows with other users within the organization, and they can leverage the dataflow as well.

https://docs.microsoft.com/en-us/power-bi/transform-model/dataflows/dataflows-create#create-a-datafl... 

I'm not complety across data flows in Power BI.

My understanding is they are for deploying between environments.

The problems I have seen is that you ware limited to the number of environments you can deploy to and there is also no integration with Azure Devops or GIT.

 

Without GIT and DevOps how do you track changes, assoiciate stories (backlog items in the sprint), perform code reviews and pull requests?

 

It seems Power BI is being run very differently to the rest of Azure from the development integration standpoint. For everything else Azure you use AzureDevOps and GIT.

 

 

From experience GIT doesn't handle large files well, hence I'm looking for a way to "process clear" the datasets.

 

-Blair-
Helper I
Helper I

It's not a template. It's the dataset . The datasets are used in active development.

Rather than having the datasets in current development stored on a drive on someones PC they need to be in source control. However source control has limitations with processing big files.

 

I need a way of storing the pbix files for traceability and reusability.

 

 

Ok... still not seeing why a template file wouldn't work for this.

The template stores all the query definitions, relationships, calculations, etc.   Everything except the data itself, which is exactly what you requested.

Create dataset, deploy to development workspace

Convert to template.

Template saved to source control.

 

template deployed to test?

template deployed to uat?

 

changes made to template.

template deployed to dev?

 

See what I'm getting at?, I need to pick it up and still develop off it. 

I want to store the pbix file as that is what is developed off and that is what is deployed for the reports to use.

 

How do I carry out development changes on the template and how do I deploy the template as a dataset? Simly answer is you can't, you have to then convert it which means which you are storing in source control is different to what you are deploying.

 

 

 

Another way to think of it is:

I want to be able to save and deploy Power BI datasets and reports just like you would any other database object or Azure resource.

 

Have the code base in GIT. Azure DevOps picks it up and deploys it across environments.

That would mean having the dataset in the apropiate format which is is developed and needs to be deployed.

ebeery
Memorable Member
Memorable Member

Hi @-Blair- ,

 

It sounds like what you're describing is a Power BI template.  Take a look at the documentation linked below and see if this is what you're looking for.

ebeery_0-1628733851015.png


https://docs.microsoft.com/en-us/power-bi/create-reports/desktop-templates#creating-report-templates 

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors