
One of the crucial vital elements of the software program improvement life cycle is to have management over totally different variations of an answer, particularly in a venture the place there may be multiple developer concerned within the implementation. Similar to if you usually create a venture in visible studio and also you commit the adjustments again to a supply management system like GitHub or Azure DevOps, it’s suggested to maintain the historical past of various variations of your Energy BI stories. What we count on from a supply management resolution is to maintain monitoring of all adjustments taking place within the supply code whereas growing a venture. So you may simply roll again to a earlier state when you wish to.
The opposite profit of getting a supply management course of in place is when a number of builders are engaged on a single venture. Each single one in every of them makes adjustments within the supply code then they commit all of the adjustments into the supply management server with out overwriting every others’ work.
With Energy BI issues are a bit totally different although. Energy BI report information are PBIX information that are saved in binary format (effectively, PBIX is mainly a zipper file isn’t it?) which on the time of penning this submit, there isn’t any official option to implement Energy BI supply management in any supply management options like GitHub or Azure DevOps (YET).
Microsoft introduced a unbelievable function final week (6/05/2020) named “Deployment Pipelines” which does precisely what we’re after, however it’s presently a preview function which is just obtainable solely to organisations with Energy BI Premium. So it’s out of the sport for almost all of us.
Having mentioned that, there may be nonetheless a option to preserve historical past of adjustments within the form of various variations of PBIX information. That is known as Model Management.
There are a number of methods you may allow model management over your PBIX information whereas growing the report. Whatever the model management platform it’s good to take into consideration having a number of environments and who can entry them for doing what.
Setting | Accessible to | Description |
---|---|---|
Growth | Builders | Knowledge modellers and report writers entry this surroundings for improvement functions. |
Consumer Acceptance Check (UAT) | Builders, SMEs, Technical Leads, Energy BI Admins | After the event is completed the builders deploy the answer to the UAT surroundings. The answer will then be examined by SMEs (Topic Matter Specialists) to ensure the enterprise necessities are met. |
Pre-prod (Non-compulsory however really useful) | Technical Leads, Energy BI Admins | After the answer handed all UAT testing situations Technical Leads or Energy BI Admins will deploy it to Pre-prod for ultimate checks to ensure all information sources are appropriately pointing to manufacturing information sources and all stories and dashboards are working as anticipated. |
Manufacturing | Technical Leads, Energy BI Admins, Finish Customers | After pre-prod checks accomplished Technical Leads or Energy BI Admins deploy the answer to the Manufacturing surroundings which is then obtainable to the tip customers. |
Model Management Choices
In case your organisation doesn’t have a Premium capability then “Deployment Pipelines” function isn’t obtainable to you. So it’s good to provide you with an answer although. On this part I title some Model Management choices obtainable to you
- OneDrive for Enterprise
- Microsoft Groups/SharePoint On-line
Model Management with One Drive for Enterprise
Within the absence of an official supply management mechanism, the inherent supply management functionality of “One Drive for Enterprise” can be utilized for model management. It will be good to create a venture listing, then 4 sub-directories, one for every surroundings. We then copy information to every venture listing in related surroundings listing. We then share the venture directories and their sub-folders with related individuals.
Suggestions:
- It is suggested to have separate Workspaces in Energy BI Service for every surroundings. After copying PBIX information to the following surroundings, the stories should be printed to the related Workspace surroundings in Energy BI Service.
- Knowledge connections should to be switched to the proper information supply when deploying from Dev to UAT.
Restoring an Older Model
Restoring an older model could be very easy. The person with the proper stage of entry must login to “OneDrive for Enterprise” on-line, navigate to the corresponding listing, click on on the ellipsis button on the best facet of the file then click on “View Historical past”.

A “Model Historical past” web page exhibits a full historical past of adjustments within the file. Now you can click on on the ellipsis button of an older model then click on “Restore”.

Hold the Experiences Up to date After Publishing to Energy BI Service
One of many coolest options of utilizing OneDrive for Enterprise along with Energy BI Service is that you just publish the report only one time, then Energy BI Service retains the stories undated instantly from OneDrive for Enterprise. Which means that you actually don’t must republish the stories a number of occasions. You simply make the adjustments to the file and reserve it. By default, OneDrive updates information each hour, you may choose to maintain the information updated from the dataset settings.
Tip:
- DO NOT publish the stories to Energy BI Service from Energy BI Desktop. As a substitute, get the report instantly from Energy BI Service out of your OneDrive for Enterprise. In any other case you lose the automated file updates function in Energy BI Service.
Publishing the Experiences From Energy BI Service
- In Energy BI Service navigate to a workspace
- Click on “New” then click on “Dataset” (you may also click on “Get Knowledge” on the button left of the web page)
- Click on “Information”
- Click on “OneDrive for Enterprise”
- Click on a Energy BI report file (PBIX)
- Click on “Join”

Setting Auto Replace on the Dataset
After publishing the file to Energy BI Service navigate to Dataset settings and verify that “OneDrive refresh” is enabled. That is enabled by default anyway, by no means the much less, it’s good to know the place to seek out it.
- Click on the workspace
- Hover over the specified dataset
- Click on “Schedule refresh”
- Increase “OneDrive refresh” to see if computerized refresh is enabled

Be aware:
You will need to know that the OneDrive refresh is totally different from Schedule refresh. Once we join to a Energy BI report file (PBIX) saved in OneDrive for Enterprise from Energy BI Service, at any time when we edit the PBIX file in Energy BI Desktop and save the adjustments again to our OneDrive for Enterprise, the linked dataset (information mannequin) and report shall be routinely refreshed if we setup the OneDrive refresh. So, if we added a brand new measure to the mannequin, the change shall be propagated to the linked dataset within the Service. That is DIFFERENT from the Schedule refresh setting or once we manually refresh the dataset from the Service. If we require the dataset to be refreshed routinely from the linked information supply(s) then we have to setup the Schedule refresh. On this case the dataset from the Service will get information instantly from the underlying information supply(s) which implies the information refresh course of has nothing to do with the PBIX file saved in our OneDrive for Enterprise.
Professionals & Cons
Whereas this methodology works okay in some situations, it’s good to learn about its limitations. So listed here are some professionals and cons:
Professionals
- It’s simple to make use of
- Straightforward to revive older variations
- Leveraging dataset computerized refresh from OneDrive
Cons
- It’s not a correct supply management supporting code merge and branching methods
- Commentary is NOT presently obtainable, so you can’t put feedback on every model to elucidate what have modified
- The sharing technique is managed by the person who created the file not by the organisation
- Lack of check-out/check-in
- Lack of alerting
Model Management with Microsoft Groups/SharePoint On-line
You should use both Microsoft Groups or SharePoint On-line for model management.
Be aware:
In case you enabled Block traditional workspace creation setting throughout the Energy BI Admin Portal, you then already prevented producing traditional workspaces by creating Microsoft Groups workforce. Subsequently, we have to create a workforce in Microsoft Groups individually, create a contemporary Workspace in Energy BI then hyperlink our fashionable Workspace from Energy BI to the Groups workforce. You possibly can verify if the Block traditional workspace creation setting is allows as beneath:
- After logging into Energy BI Service with a Energy BI Admin account
- Click on the Settings button from prime proper (
)
- Click on Admin Portal
- Click on Teant Settings
- Beneath Workspace settings part develop the Block traditional workspace creation and see if that is enabled for the complete organisation

Now let’s take a look at Groups. We now create a brand new Groups workforce per surroundings, add customers to the brand new workforce and add your PBIX information.

Eventually you publish the stories instantly from Energy BI Service.

The brand new Groups workforce seems as a “Traditional Workspace” in Energy BI Service, you may then improve the workspace to the brand new workspace expertise to leverage new options and improved safety. In case you need to take action:

Tip:
Don’t forget to alter the information sources in Energy BI Desktop to level to the proper information supply surroundings.
Sync together with your Native Drive
For extra comfort and keep away from downloading the information and importing after you make adjustments you may merely synchronise your information so that you at all times have an area copy of it in your exhausting drive. So you may open the PBIX information instantly in Energy BI Desktop to make some adjustments and reserve it again to your exhausting drive. Similar to OneDrive, your adjustments shall be written again to Groups.

Verify-out/Verify-in
When utilizing Microsoft Groups you’ve the flexibility to check-out a file. To take action observe the steps beneath:
- Navigate to a desired Groups workforce
- Click on “Information”
- Hover-over the file and click on ellipsis button
- Click on “Extra”
- Click on “Take a look at”

The file will mark as checked out. So this file is now solely obtainable to you.

You and now open the file in Energy BI desktop to make the adjustments (by way of the synced listing) and save the file.
Now from Groups:
- Hover-over the file
- Click on ellipsis button -> Extra -> Verify in
- To envision-in the adjustments it’s good to put in some feedback concerning the adjustments which is actually useful

Restoring an Older Model
At present you can’t restore an older model of the file instantly from Microsoft Groups. Nonetheless, you are able to do so from SharePoint.
- In Microsoft Groups click on “Open in SharePoint”
- Over-over a desired file -> click on ellipsis button -> Model historical past
- choose an older model of the file and click on “Restore”

Different SharePoint On-line Options
There are another options obtainable from SharePoint On-line. On this part we take a look at two of them that are extra related to model management and governance.
Alert me
You possibly can setup alerts so you’re notified as quickly as a file is modified. In SharePoint On-line:
- Hover-over a file
- Click on “Alert me”
- Setup an alert

Compliance particulars
If you have already got some safety and compliance insurance policies in place you may apply a few of these to your information in SharePoint On-line. As an example, you may apply “Retention” coverage to the information so if somebody by accident deletes a file you may later get well that file from “Recycle bin” folder. Or you’ll have a coverage to completely forestall file deletion. The information which can be protected by retention insurance policies stay in SharePoint for a sure time frame. As an example within the beneath instance the file retains for 7 years, after that point it should be audited by an admin earlier than deletion. To set add retention labels to the information observe the steps beneath:
- Open the folder in SharePoint On-line
- Hover-over a desired file
- Click on ellipsis button -> Extra -> Compliance particulars
- Click on “Label Standing” hyperlink
- Apply a label from the dropdown record
- Click on Save

Learn extra about Retention Insurance policies right here.
Professionals & Cons
Whereas this methodology works actually good for collaboration, however it presently has some limitations. Listed here are some professionals and cons:
Professionals
- It’s simple to make use of
- Commentary is out there on this methodology
- Whereas it’s built-in with SharePoint On-line sharing methods could be ruled by SharePoint
- Verify-out/check-in performance
- Establishing alerts
- Making use of retention labels
- Leveraging dataset computerized refresh from OneDrive
Cons
- It’s not a correct supply management supporting code merge and branching methods
- Not all options instantly supported inside Microsoft Groups. It’s typically fairly complicated to modify to SharePoint On-line to do some actions like restoring an older model
Tip:
Within the above situations the method of selling information from dev listing to UAT and from there to Manufacturing could be automated utilizing a mix of instruments resembling Energy Automate and Approval apps obtainable in Workplace 365 which is out of scope of this submit. It wants a devoted weblog submit.
Have you ever ever used any of the above strategies? Are you utilizing one other strategy? Please share your ideas with us within the feedback part beneath.
Associated
Uncover extra from BI Perception
Subscribe to get the most recent posts despatched to your electronic mail.