Power BI

Power BI

9059 bookmarks
Custom sorting
Microsoft Data Insights Summit 2017 Day 2 Recap | Microsoft Power BI Blog | Microsoft Power BI
Microsoft Data Insights Summit 2017 Day 2 Recap | Microsoft Power BI Blog | Microsoft Power BI
It’s a wrap! The Microsoft Data Insights Summit is officially over but that doesn’t mean that we cannot continue enjoying the amazing content, sessions, and community activities that happened between Monday and Tuesday. Let’s try to summarize the day again (even if we can’t do it justice).
·powerbi.microsoft.com·
Microsoft Data Insights Summit 2017 Day 2 Recap | Microsoft Power BI Blog | Microsoft Power BI
Solved: Role Level Security on Multiple Table - Microsoft Power BI Community
Solved: Role Level Security on Multiple Table - Microsoft Power BI Community
I am trying to filter for roles using two tables that are both hierarchies. My issue is that I need them to perform an 'or' function and not an 'and' function.    For example, say I had a sales org and a location hierarchy. I would like to see all of John Doe's sales and all of Canada's sales. I can...
·community.powerbi.com·
Solved: Role Level Security on Multiple Table - Microsoft Power BI Community
Solved: DAX does not contain function for RLS Filter - Microsoft Power BI Community
Solved: DAX does not contain function for RLS Filter - Microsoft Power BI Community
I am trying to create a filter for Row Level Security to check if the team contains the value "HR". We have multiple HR teams, so to ensure I capture all HR teams, I wanted to write a DAX script to say contains.   At present I can do this on a single team using the DAX below-   [Team]"ME HR Shared...
·community.powerbi.com·
Solved: DAX does not contain function for RLS Filter - Microsoft Power BI Community
Solved: Re: Filtering and Ranking - Microsoft Power BI Community
Solved: Re: Filtering and Ranking - Microsoft Power BI Community
Hi Xiaoxin Sheng,   Wonrdefull, but this is static, the calculated table is 'created' when loading the data and doesn't change when filtering is applied. But I will give it a try based on your DAX formulas ..
·community.powerbi.com·
Solved: Re: Filtering and Ranking - Microsoft Power BI Community
Microsoft Data Insights Summit Videos Published – Chris Webb's BI Blog
Microsoft Data Insights Summit Videos Published – Chris Webb's BI Blog
The Microsoft Data Insights Summit finished today, and the videos of the sessions have already (!!) been published online here: I can’t remember ever attending a conference where there was so much …
·blog.crossjoin.co.uk·
Microsoft Data Insights Summit Videos Published – Chris Webb's BI Blog
how can I show top 3 data with a combined categories?
how can I show top 3 data with a combined categories?
Hi community,   I am quite new in Power BI and DAX. Currently I generated a table that shows in which month, which api has which exception and the total count for that exception. A typical data is like this:    April , user/getresource, SystemException, 4000.    So there are 4 columns, month, api, e...
·community.powerbi.com·
how can I show top 3 data with a combined categories?
Solved: Use cumulative values and point in time values in ... - Microsoft Power BI Community
Solved: Use cumulative values and point in time values in ... - Microsoft Power BI Community
I am trying to compare management fees against an account’s assets under management (AUM). In the data model, the AUM values reflect the market value of an account as of the last day in the month. The fees are what the firm is paid. The fees and AUM are two fields in the same fact table.   I am tryi...
·community.powerbi.com·
Solved: Use cumulative values and point in time values in ... - Microsoft Power BI Community
Solved: Query comparing continuous variables - Microsoft Power BI Community
Solved: Query comparing continuous variables - Microsoft Power BI Community
Hi,   I am looking for a tip on how to solve this. As far as I can tell I will need some DAX magic.   I have two tables: Samples and Quality.   Samples have a unique ID field and two numeric fields for two analytical parameters. Quality has an ID field and two numeric fields for each of the analytic...
·community.powerbi.com·
Solved: Query comparing continuous variables - Microsoft Power BI Community
Microsoft Data Insights Summit 2017 Day 1 Recap | Microsoft Power BI Blog | Microsoft Power BI
Microsoft Data Insights Summit 2017 Day 1 Recap | Microsoft Power BI Blog | Microsoft Power BI
Wow! What a day we had yesterday at the Washington State Convention Center. It was a day full of fun, learning, and networking. Let’s take a quick look at what happened (assuming that is even possible to do in one blog post) and get ready for today.
·powerbi.microsoft.com·
Microsoft Data Insights Summit 2017 Day 1 Recap | Microsoft Power BI Blog | Microsoft Power BI
Deploying to Power BI Premium | Data and Analytics with Dustin Ryan
Deploying to Power BI Premium | Data and Analytics with Dustin Ryan
Obviously the big news of the day is the announcement for general availability of Power BI Premium! And if you were at or you watched the Microsoft Data Insights Summit you saw that announcement. B…
·sqldusty.com·
Deploying to Power BI Premium | Data and Analytics with Dustin Ryan
Solved: STDEV and SUMMARIZE HELP! - Microsoft Power BI Community
Solved: STDEV and SUMMARIZE HELP! - Microsoft Power BI Community
HI, im trying to get the STDev of a sumarized table, I tried the measure in the photo, It gives me the number Im looking for, but I cant display it in the Graph. I need to apply filters on it, thats why I cant create a real table.   PD: The real table is in the right side.
·community.powerbi.com·
Solved: STDEV and SUMMARIZE HELP! - Microsoft Power BI Community
Solved: DAX formula Parallelperiod for weeks - Microsoft Power BI Community
Solved: DAX formula Parallelperiod for weeks - Microsoft Power BI Community
Hello,   For a table that shows values per week, I would like to add a column with the values of the previous week, so I can calculate a week-on-week change, and eventually a count of wins (positive changes) and losses (negative changes).  I wanted to use a DAX formula with PARALLELPERIOD.  However ...
·community.powerbi.com·
Solved: DAX formula Parallelperiod for weeks - Microsoft Power BI Community
Solved: Moving average of a percentage Measure - Microsoft Power BI Community
Solved: Moving average of a percentage Measure - Microsoft Power BI Community
Hi guys,   I understood how a moving average can be created by reading up on the forums. But I need a moving average of a percentage measure which I have created. The percentage measure basically calculates the tickets that were solved on time against the total tickets in the month, to give us a...
·community.powerbi.com·
Solved: Moving average of a percentage Measure - Microsoft Power BI Community
Solved: Calculation of the median - deviations to Excel - Microsoft Power BI Community
Solved: Calculation of the median - deviations to Excel - Microsoft Power BI Community
Hello guys,   I wanted to calculate the median in Power BI. We have a lot of rows full of data about the days we needed for a repair. In a different column we have listed in which workshop the repair was done and what kind of repair it was. So in Power BI Desktop I filtered one workshop and showed i...
·community.powerbi.com·
Solved: Calculation of the median - deviations to Excel - Microsoft Power BI Community
Solved: Actual sales through last month and forecast by mo... - Microsoft Power BI Community
Solved: Actual sales through last month and forecast by mo... - Microsoft Power BI Community
Hello, I searched for quite a while and couldn't find a post close enough to my topic.   I have a fact table that has Forecast and shipments.  I am trying to create a report that would show by month actual shipments for the previous month and then pull in forecast units for the rest of the year by m...
·community.powerbi.com·
Solved: Actual sales through last month and forecast by mo... - Microsoft Power BI Community
Solved: Dax help needed for latest 8 weeks total - Microsoft Power BI Community
Solved: Dax help needed for latest 8 weeks total - Microsoft Power BI Community
Hi Everyone, I'm really new to DAX and have been struggling to come up with a solution to sum up latest 8 weeks data for each row. I've been trying filter function but it doesn't work.    I've simplified my ataset below, it has 3 columns: Week ending date | 8 weeks ago date | count 10/03/2017  13/01...
·community.powerbi.com·
Solved: Dax help needed for latest 8 weeks total - Microsoft Power BI Community
Power BI Desktop June Feature Summary | Microsoft Power BI Blog | Microsoft Power BI
Power BI Desktop June Feature Summary | Microsoft Power BI Blog | Microsoft Power BI
Our June release is full of new reporting features, new data connectors, accessibility features, and more. A few highlights of the June release are the addition of data bars to tables and matrices, markers for line charts, new map themes, and a horizontal image slicer. In addition, we are continuing to improve the “Add Column from Example” feature in the Query Editor.
·powerbi.microsoft.com·
Power BI Desktop June Feature Summary | Microsoft Power BI Blog | Microsoft Power BI
Slicers and pivot update performance - PowerPivotPro
Slicers and pivot update performance - PowerPivotPro
-Posted by Rob Collie   OK, I was sitting at the 2nd-day keynote down in New Orleans last month, watching Amir Netz do a demo on some PowerPivot goodi
·powerpivotpro.com·
Slicers and pivot update performance - PowerPivotPro
Analyse your memory consumption in PowerBI – The BIccountant
Analyse your memory consumption in PowerBI – The BIccountant
It’s downing a bit slowly on me how awesome the direct retrieval of DMVs in PowerBI and PowerQuery actually is. Just see how easy we can build a cool view (…) Read more
·thebiccountant.com·
Analyse your memory consumption in PowerBI – The BIccountant