Power BI

Power BI

9059 bookmarks
Custom sorting
Calculating an average by person
Calculating an average by person
I've been searching over and over, but I can't find the solution - so I'm afraid that there isn't any solution to this. I have a table ("Time reports") with all reporting for our employes, grouped by Person and Date. The table looks like this example:   Date Person Billed hours 2017-04-12 Joe 5 201...
Power_BI_tips·community.powerbi.com·
Calculating an average by person
Power BI + ZoomCharts = (Power BI)²: Boost your productivity and add the cool-factor to your reports | Microsoft Power BI Blog | Microsoft Power BI
Power BI + ZoomCharts = (Power BI)²: Boost your productivity and add the cool-factor to your reports | Microsoft Power BI Blog | Microsoft Power BI
As of today, all Microsoft Power BI users can start using dynamic and cool-looking ZoomCharts in reports and dashboards. With ZoomCharts, you can easier than ever before, explore, present and analyze your data. Full multi-touch support makes interaction seamless across all your devices. See it for yourself and learn more!
Power_BI_tips·powerbi.microsoft.com·
Power BI + ZoomCharts = (Power BI)²: Boost your productivity and add the cool-factor to your reports | Microsoft Power BI Blog | Microsoft Power BI
Solved: Change Measure Format - Microsoft Power BI Community
Solved: Change Measure Format - Microsoft Power BI Community
I am unable to change the format of a measure. The Formatting section of the Modeling tab only allows Format: Text to be selected. Here's the measure: NHSSVUNNetAssets = CALCULATE(MEDIAN(AuditNumbers[UnrestNA]),AuditNumbers[PCODE]="8217")   It's possible I am using the wrong DAX. For example, Media...
Power_BI_tips·community.powerbi.com·
Solved: Change Measure Format - Microsoft Power BI Community
Solved: Get a list of dates from range and schedule - Microsoft Power BI Community
Solved: Get a list of dates from range and schedule - Microsoft Power BI Community
I am making a sales etimates report and I'm stuck at the problem of using the deal information to create the table of future invoices.   I have a table of Deals with following fields: period_start = DATE period_end = DATE schedule = one of ("once", "monthly", "quarterly") Now I need to create the t...
Power_BI_tips·community.powerbi.com·
Solved: Get a list of dates from range and schedule - Microsoft Power BI Community
Design Pattern - Groups and Super Groups!
Design Pattern - Groups and Super Groups!
The Challenge A fairly common data model design pattern can be described such that: Given a set of criteria that are numerically scored These scored criteria are grouped together in arbitrary sets and the group scored via an aggregation of criteria scores These groups of scores are further grouped ...
Power_BI_tips·community.powerbi.com·
Design Pattern - Groups and Super Groups!
Solved: Find duplicate values in the slicers context - Microsoft Power BI Community
Solved: Find duplicate values in the slicers context - Microsoft Power BI Community
Hi!   I've been spending my day banging head to the wall with this problem. I need to check if value is a duplicate of value in the same column that is filtered by slicer.   Slicer Part code Has duplicates 1 14 FALSE 1 15 FALSE 1 16 FALSE 2 14 TRUE 2 15 FALSE 2 16 FALSE 2 14 TRUE     I was going for...
Power_BI_tips·community.powerbi.com·
Solved: Find duplicate values in the slicers context - Microsoft Power BI Community
Solved: MarketShare with DAX on Power BI - Microsoft Power BI Community
Solved: MarketShare with DAX on Power BI - Microsoft Power BI Community
I got really stumped for my whole day on how to display marketshare on Power BI. My data is kind of complicated but I will try to simplify the problem in here, assume I have two tables:   1. Dimension Supplier:     2. FactInvoice:     I would like to display the marketshare (Sum of Spend) for one ...
Power_BI_tips·community.powerbi.com·
Solved: MarketShare with DAX on Power BI - Microsoft Power BI Community
Data Connector SDK Developer Preview | Microsoft Power BI Blog | Microsoft Power BI
Data Connector SDK Developer Preview | Microsoft Power BI Blog | Microsoft Power BI
As part of the Microsoft Build event, we are announcing a developer preview of the Data Connector SDK. You can begin to create your own custom data connectors. What are data connectors? Simply put, they are how you connect to data within Power BI. These are extensions on the connectivity/Mashup engine that powers the “Get Data” experience in Power BI and Excel.
Power_BI_tips·powerbi.microsoft.com·
Data Connector SDK Developer Preview | Microsoft Power BI Blog | Microsoft Power BI
DAX Functions, DirectQuery And Unrestricted Measures
DAX Functions, DirectQuery And Unrestricted Measures
If you use Power BI to connect to a data source such as SQL Server in DirectQuery mode, you’ll find that by default you cannot use the complete range of DAX functions inside your calculations. For …
Power_BI_tips·blog.crossjoin.co.uk·
DAX Functions, DirectQuery And Unrestricted Measures
Power BI Custom Data Connectors
Power BI Custom Data Connectors
Amid all the other announcements at Microsoft Build today came one I’ve been waiting for a long time: we can now build our own custom data connectors for Power BI. Here’s the announcement on the Po…
Power_BI_tips·blog.crossjoin.co.uk·
Power BI Custom Data Connectors
Data Analytics Challenge Rules - Microsoft Power BI Community
Data Analytics Challenge Rules - Microsoft Power BI Community
The Microsoft Data Insights Summit Data Analytics Challenge runs from May 8, 2017 to June 4, 2017.   Your entry should be emailed to community@microsoft.com, and must include:   1. The category in which you are entering (you may only enter once in each category) 2. A Power BI Desktop file (under 50 ...
Power_BI_tips·community.powerbi.com·
Data Analytics Challenge Rules - Microsoft Power BI Community
Baseball Standings Year to Year
Baseball Standings Year to Year
Visualizes the change in team standings between 2015 and 2016 for Major League Baseball's American League Central division. This visualization showcases the use of the sigmoid function to create curves. More detail in my blog post here: https://dataveld.wordpress.com/2017/05/06/throwing-a-curve-at-t...
Power_BI_tips·community.powerbi.com·
Baseball Standings Year to Year
Solved: How to obtain the most common value from a column ... - Microsoft Power BI Community
Solved: How to obtain the most common value from a column ... - Microsoft Power BI Community
Greetings,   I was wondering if there was a way to display the most common value in a column? For example:   Reported_Users UserA UserB UserC UserA UserA UserA   Here UserA is the most common user. So I was thinking of trying to display it with a  "Card" visual.   I think I read somewhere it's possi...
Power_BI_tips·community.powerbi.com·
Solved: How to obtain the most common value from a column ... - Microsoft Power BI Community
Solved: Bucketing Cumulative Total using DAX - Microsoft Power BI Community
Solved: Bucketing Cumulative Total using DAX - Microsoft Power BI Community
Hi   How can I represent the following using DAX. I am trying to Bucket the following Sales Quantity per Customer:   Customer Quantity A 0 A 200 A 300 B 100 C 80 C 20 D 50 D 25 D 25 D 0 TOTAL 800   and represent the following in Buckets of 3 as Top 20%, Mid 60% and Bottom 20% of the Total as below: ...
Power_BI_tips·community.powerbi.com·
Solved: Bucketing Cumulative Total using DAX - Microsoft Power BI Community
Solved: Report showing realised values and estimate for re... - Microsoft Power BI Community
Solved: Report showing realised values and estimate for re... - Microsoft Power BI Community
Hi,   I need to create a report that will show me realised values and estimated values for the rest of the year.   The report should be a table having finance accounts on rows and months in the columns. If the user filter the year to 2017 and month to april the first 4 columns should show realised v...
Power_BI_tips·community.powerbi.com·
Solved: Report showing realised values and estimate for re... - Microsoft Power BI Community
Distribute to large audiences with Power BI apps | Microsoft Power BI Blog | Microsoft Power BI
Distribute to large audiences with Power BI apps | Microsoft Power BI Blog | Microsoft Power BI
With Power BI apps, now in preview, you can easily deploy and manage a collection of purpose-built dashboards and reports to a large number of business users and empower them to make data-driven decisions. You can distribute them to the whole organization or to specific people or groups.
Power_BI_tips·powerbi.microsoft.com·
Distribute to large audiences with Power BI apps | Microsoft Power BI Blog | Microsoft Power BI
Solved: Custom column Index or Ranking by other column - Microsoft Power BI Community
Solved: Custom column Index or Ranking by other column - Microsoft Power BI Community
I'm looking to add an index column, but have it increase according to a certain column value. Let me give an example; let's say my data is: Group      Date A 18-Apr A 19-Apr A 23-Apr A 1-May B 21-Apr B 21-Apr B 30-Apr B 4-May   And I would like to have the indices show like this: Group        Date  ...
Power_BI_tips·community.powerbi.com·
Solved: Custom column Index or Ranking by other column - Microsoft Power BI Community
Power BI Desktop May Feature Summary | Microsoft Power BI Blog | Microsoft Power BI
Power BI Desktop May Feature Summary | Microsoft Power BI Blog | Microsoft Power BI
This month has many updates to previously released features, including an upgrade to tables to add the great features our new matrix, two new quick measures, and a new way to create bins. You’ll also now be able to take advantage of a new slicer type that lets you filter your reports down to relative dates, such as last 3 months. We are also very excited to announce report level measures for live connections to Analysis Services tabular models & Power BI service datasets.
Power_BI_tips·powerbi.microsoft.com·
Power BI Desktop May Feature Summary | Microsoft Power BI Blog | Microsoft Power BI