BI Framework

BI Framework

420 bookmarks
Custom sorting
Power BI Report Delivery: Scheduling, Broadcasting and Bursting Explained
Power BI Report Delivery: Scheduling, Broadcasting and Bursting Explained
Enterprise reporting plays a pivotal role in regular operations, enabling organizations to track performance metrics and communicate effectively with both internal teams and external stakeholders. Accurate and timely reporting is critical for driving decisions that positively impact business outcomes. Throughout this eBook, we will explore how to leverage these capabilities with real-world examples. You will learn how to create recurring schedules with flexible frequency options, broadcast reports to different user groups, and apply custom filters and bookmarks to tailor content for each recipient. Additionally, you will learn how to export high-resolution PDFs, include executive scorecards within emails, and schedule reports with complex datasets containing hundreds of charts and tables.
·inforiver.com·
Power BI Report Delivery: Scheduling, Broadcasting and Bursting Explained
Power BI Goals and OKRs
Power BI Goals and OKRs
Using OKRs today or want to learn how to use Objectives and Key Results using Power BI Goals? This post will show you how to support OKRs.
·marqueeinsights.com·
Power BI Goals and OKRs
Data Gods
Data Gods
data business intelligence bi machine learning mi professionals contractors azure Power bi analysis ETL ELT modeling automation training leadership
·kratosbi.com·
Data Gods
On choosing names for new technologies
On choosing names for new technologies
A name is important. The right name is important. In this post, I reflect on the choice of names in the Microsoft BI stack. From time to time, a bad name ar
·sqlbi.com·
On choosing names for new technologies
How I Manage My Day with Microsoft ToDo
How I Manage My Day with Microsoft ToDo
This is an off topic post for me (ie not Power BI), but then again – who doesn’t want to be more productive, right? I am a heavily process driven person and I like to organise and plan my days, weeks and months so I can be as productive as [...]Read More »
·exceleratorbi.com.au·
How I Manage My Day with Microsoft ToDo
Choosing the right tool for the job
Choosing the right tool for the job
A few weeks back[1] I got this comment on my Power BI dataflows overview post: This morning I started to reply to the comment, and by the time I was done I realized that it should be a blog post on…
·ssbipolar.com·
Choosing the right tool for the job
Ten Power BI Ideas
Ten Power BI Ideas
The following post describes ten ideas that I believe would benefit Power BI in addressing common and impactful scenarios, particularly from an enterprise BI and IT administration perspective. Each…
·insightsquest.com·
Ten Power BI Ideas
The Importance of Structure in Analytics – Part 2: The Dimensional Model and Power BI
The Importance of Structure in Analytics – Part 2: The Dimensional Model and Power BI
The dimensional model has been around for quite some time and continues to confer benefits to its adherents today. Made popular by Ralph Kimball years ago, the dimensional model was central to Kimball’s proscribed approach to data warehouse architecture.
·blue-granite.com·
The Importance of Structure in Analytics – Part 2: The Dimensional Model and Power BI
4 Things to Remember When Defining KPIs
4 Things to Remember When Defining KPIs
Life360 Head of Analytics Trenton Huey shares his tips on establishing and managing KPIs in the big data generation.
·datascience.com·
4 Things to Remember When Defining KPIs
How to Architect Your Power BI Solution - 5MinuteBI
How to Architect Your Power BI Solution - 5MinuteBI
The best place to start when learning to develop Power BI solutions is to review the logical architecture your Data Visualization projects will have. There are many moving parts and pieces to a Power BI solution, especially when looking at the varied data sources you can use. From on-premises to web-based, from public to confidential, you must make sure you expose your data securely. Having a good clear architecture will help you achieve a not only a good solution but also a secure one. The following article will show you how you can architect your own solution.
·5minutebi.com·
How to Architect Your Power BI Solution - 5MinuteBI
[Featured] The Business Intelligence Discipline: A Primer - DataChant
[Featured] The Business Intelligence Discipline: A Primer - DataChant
In order to deliver Business Intelligence (BI), one must understand what BI is comprised of. Yet, there seems to be a lot of dissonance on what BI really means. Starting with its sole definition, people quite often tend to define BI as software — which is a fundamental mistake. In this article, I introduce my …
·datachant.com·
[Featured] The Business Intelligence Discipline: A Primer - DataChant
Mean Time Between Failure (MTBF) and Power BI
Mean Time Between Failure (MTBF) and Power BI
Introduction Mean Time Between Failure (MTBF) is a common term and concept used in equipment and plant maintenance contexts. In addition, MTBF is an important consideration in the development of products. MTBF, along with other maintenance, repair and reliability information, can be extremely valuab...
·community.powerbi.com·
Mean Time Between Failure (MTBF) and Power BI
Analyzing Salary Data with Power BI and R – Part 1
Analyzing Salary Data with Power BI and R – Part 1
The standard method for analyzing data is the CRoss Industry Standard Process for Data Mining [CRISP-DM]. Rather than describe the method, this post will walk through the process to illustrate h…
·desertislesql.com·
Analyzing Salary Data with Power BI and R – Part 1
TRACKING ADOPTION VIA POWER BI AUDIT LOGS
TRACKING ADOPTION VIA POWER BI AUDIT LOGS
A common approach to assess ROI on any BI tool deployment is through adoption metrics. Check out this example to see how you can track your adoption rates!
·blue-granite.com·
TRACKING ADOPTION VIA POWER BI AUDIT LOGS
Power BI implementation planning: Develop content and manage changes - Power BI
Power BI implementation planning: Develop content and manage changes - Power BI
This article helps you to develop content and manage changes as part of managing the content lifecycle.
Group changes into distinct releases with version history.
Depending on how you author content, you'll make different decisions about how to manage it. For instance, for Power BI reports and semantic models, a Power BI Desktop (.pbix) file has fewer options for version control compared to the Power BI Desktop project (.pbip) format. That's because a .pbix file is a binary format, whereas the .pbip format contains text-based human-readable content and metadata. Having human-readable content and metadata allows for easier tracking of model and report changes by using source control. Source control is when you view and manage changes within content to its code and metadata
Excel: A client tool for pivot tables and live connected tables that work with a semantic model. Power BI Report Builder: A desktop application for creating paginated report (.rdl) files.
You can develop and test content without affecting the content that's currently in use. This avoids changes that can cause unintentional disruption to content in production. You can use separate resources for developing and testing content, like using separate data gateways or Fabric capacities. This avoids that resources used for development and testing disrupts production workloads, causing slow data refreshes or reports. You can create a more structured process to develop, test, and release content by having discrete environments for each of these stages. This helps you to improve productivity.
Test and production workspaces
Private workspace with Git integration When delivering business-critical content, each developer can also use their own, private workspace for development. In this scenario, a private workspace allows content creators to test content in the Fabric portal, or use features like scheduled refresh without risking disruption to others in the development team. Content creators can also develop content in the Fabric portal here, such as dataflows. Private workspaces can be a good choice when you are managing content changes by using Git integration together with Azure DevOps.
Alerts: You should set up alerts for when others add, remove, or modify critical files. Scope: Clearly define the scope of the remote storage location. Ideally, the scope of the remote storage location is identical to the scope of the downstream workspaces and apps that you use to deliver content to consumers. Access: You should set up access to the remote storage location by using a similar permissions model as you have set up for your deployment pipeline permissions and workspace roles. Content creators need access to the remote storage location. Documentation: Add text files to the remote storage location to describe the remote storage location and its purpose, ownership, access, and defined processes.
Fabric Git integration has some limitations with the supported items and scenarios. Ensure that you first validate whether Fabric Git integration best suits your specific scenario, or whether you should take a different approach to implement source control.
Use branches Content creators achieve collaboration by using a branching strategy. A branching strategy allows individual content creators to work in isolation in their local repository. When ready, they combine their changes as a single solution in the remote repository. Content creators should scope their work to branches by linking them to work items for specific developments, improvements, or bug fixes. Each content creator creates their own branch of the remote repository for their scope of work. Work done on their local solution is committed and pushed to a version of the branch in the remote repository with a descriptive commit message. A commit message describes the changes made in that commit.
·learn.microsoft.com·
Power BI implementation planning: Develop content and manage changes - Power BI