Power BI

Power BI

7501 bookmarks
Newest
Best Practice for Your Power BI Data Sources
Best Practice for Your Power BI Data Sources
We all know there are lots of data sources; flat files like Excel files, CSVs that you import from another data source, connecting directly to a SQL Server or to SharePoint, or using a data warehou…
·backtosql.wordpress.com·
Best Practice for Your Power BI Data Sources
Restrict number of data points in Power BI visuals
Restrict number of data points in Power BI visuals
Sometimes we have data for many years in our dataset, but we want to restrict how many data points we want to show in #powerbi visuals at any given point. In this blog post, I talk about how you ca…
·perytus.com·
Restrict number of data points in Power BI visuals
Restrict number of data points in Power BI visuals
Restrict number of data points in Power BI visuals
Sometimes we have data for many years in our dataset, but we want to restrict how many data points we want to show in #powerbi visuals at any given point. In this blog post, I talk about how you ca…
·flip.it·
Restrict number of data points in Power BI visuals
Power BI Quick Tip: Use Windows Shortcuts to Open Power BI with a Default File
Power BI Quick Tip: Use Windows Shortcuts to Open Power BI with a Default File
Reading Time: 2 minutes Many organizations deploying Power BI rely on one or more standardized template (.PBIT) files. Especially when paired with a custom theme, templates help create consistency for branding or other reasons. Perhaps you want to open the same PBIT (or PBIX) every time you open Power BI and don’t want to rely on finding and opening…
·flip.it·
Power BI Quick Tip: Use Windows Shortcuts to Open Power BI with a Default File
Power BI Field Finder
Power BI Field Finder
Ever wonder which fields / visuals are used in your report. Stephanie Bruno has developed an amazing tool, the Power BI Field Finder for this, check it out.
·powerbi.tips·
Power BI Field Finder
Layouts for Company Templates
Layouts for Company Templates
Learn about using Power BI Layouts from PowerBI.Tips. This webinar from the Microsoft YouTube channel says it all. Click here to Learn more.
·powerbi.tips·
Layouts for Company Templates
Power BI Warning Signs
Power BI Warning Signs
The purpose of this post is to identify a number of behaviors and assumptions which may contribute to suboptimal Power BI projects and overall Power BI environments. A few symptoms resulting from t…
·insightsquest.com·
Power BI Warning Signs
New features coming to power bi in 2020
New features coming to power bi in 2020
In late January, Microsoft published the Power Platform: 2020 release wave 1 plan which lists all the new features that are targeting a release date before the end of 2020. The Power Platform ecosy…
·byobi.com·
New features coming to power bi in 2020
What is Governed Data?
What is Governed Data?
Data is governed when it is: Trustworthy | Secured | Managed & Audited | Documented & Understood.
·coatesdatastrategies.com·
What is Governed Data?
Creative Bookmarking for Tooltip Page Control
Creative Bookmarking for Tooltip Page Control
One of my favorite things to do in Power BI is get creative with bookmarking, and last week I received a question that made me think of this idea. Essentially, I was asked if it is possible to use …
·alluringbi.com·
Creative Bookmarking for Tooltip Page Control
Sports Leagues Standings
Sports Leagues Standings
Hello, powerbination! These days, sports statistics are one of the most demanded data types around the world. Betting, fantasy leagues, ads – are the great contributors of sports stats. Let’s look at the first (and maybe the simplest) task for all data pros who are facing this complicated industry –...
·community.powerbi.com·
Sports Leagues Standings
How To Convert a Power BI Dataset To a Power BI Dataflow
How To Convert a Power BI Dataset To a Power BI Dataflow
This post is about a tool which converts a Power BI dataset to a Power BI Dataflow. I have analyzed the internals of PBIT files and Power BI Dataflow JSON files in depth and created a PowerShell script which converts any PBIT into Power BI Dataflow JSON. TL; DR https://github.com/nolockcz/PowerPla...
·community.powerbi.com·
How To Convert a Power BI Dataset To a Power BI Dataflow
A Form, a Flow and a Power BI Streaming Dataset Walk into a Bar… - Part 2
A Form, a Flow and a Power BI Streaming Dataset Walk into a Bar… - Part 2
In Part 1, I already explained what the reason behind this demo is, and what I used it for in my presentations. I made a start with the demo and showed you how to make a Form and set up a streaming dataset in Power BI. In Part 2 of this blog series I will show you how to glue it all together with Po...
·community.powerbi.com·
A Form, a Flow and a Power BI Streaming Dataset Walk into a Bar… - Part 2
PowerBI.Tips - January 2020 Monthly Recap
PowerBI.Tips - January 2020 Monthly Recap
January was a rockin month for us over at PowerBI.tips, we were itching to release as much content as possible after the holidays! Each month we release our newsletter which condenses all of the content we produce each month into a single notification. We'll be cross posting our content here on the ...
·community.powerbi.com·
PowerBI.Tips - January 2020 Monthly Recap
Analyzing Market Caps of Any Listed Companies in Power BI
Analyzing Market Caps of Any Listed Companies in Power BI
The purpose of this tutorial is to analyze and compare the market value of companies over time. To do this, we will see step by step how to download data from the Yahoo Finance site and then how to import this data into Power BI and process it in order to create a report. Step I: Downloading data ...
·flip.it·
Analyzing Market Caps of Any Listed Companies in Power BI
All in One: Script to Create Date Dimension in Power BI using Power Query
All in One: Script to Create Date Dimension in Power BI using Power Query
I have written multiple blog posts about how to create a date dimension using Power Query, however, the purpose of those blog posts was to teach you how to do it yourself, learn the process and also build the date dimension that you can use. Sometimes, however, you just want to create a date dimension…
·radacad.com·
All in One: Script to Create Date Dimension in Power BI using Power Query
Write conditional statement using switch in dax and power bi
Write conditional statement using switch in dax and power bi
Conditional expressions are one of the most commonly used expressions in any language as well as DAX. However, in DAX, if you have multiple IF THEN expressions, there is an easier way of doing it; using a function called SWITCH, this blog is about how you can use switch function in DAX and Power BI…
·radacad.com·
Write conditional statement using switch in dax and power bi
Caution When Using Variables in DAX and Power BI
Caution When Using Variables in DAX and Power BI
I have written another blog post about variables previously and explained how useful variables are. Variables in DAX are helpful in both readability and also the performance of your code. However, there are scenarios that you have to be careful when you use variables. Because variables are stored, they might return a result that is…
·radacad.com·
Caution When Using Variables in DAX and Power BI