Power BI

Power BI

9059 bookmarks
Custom sorting
Dynamically comparing current totals to last year totals - oxcrx34285
Dynamically comparing current totals to last year totals - oxcrx34285
One type of analysis I like to use quite often is comparing this year totals to last year totals. I want to also always make it as dynamic as possible. All I should have to do is change the context of my calculation (ie. bring in a new dimension like regions/products etc) and everything should autom...
Power_BI_tips·community.powerbi.com·
Dynamically comparing current totals to last year totals - oxcrx34285
Solved: Count occurence of text in column and then Sum the... - Microsoft Power BI Community
Solved: Count occurence of text in column and then Sum the... - Microsoft Power BI Community
Hello everyone, hope someone can help. I'm pretty new to Power BI and Dax so I'm just getting my head around the common data modelling concepts. I've created a few calculated columns and measures etc.   However, I'm wondering the best way to acheive the following.....   I have a datasource (guarante...
Power_BI_tips·community.powerbi.com·
Solved: Count occurence of text in column and then Sum the... - Microsoft Power BI Community
Solved: Find out Value of filter and use in Measure - Microsoft Power BI Community
Solved: Find out Value of filter and use in Measure - Microsoft Power BI Community
Hi,   I have a measure which uses   =-CALCULATE ( SUM ( Budget[Budget Data] ), FILTER ( ALL ( 'Sagecalcodes' ), INT('Sagecalcodes'[Year]) = YEAR(TODAY()) )) This only gives me 2017, so if someone goes back to 2016 it still shows 2017, how would I get what date is on the filter in...
Power_BI_tips·community.powerbi.com·
Solved: Find out Value of filter and use in Measure - Microsoft Power BI Community
this article
this article
UPDATE 2017-07-12: please note this article was written in 2010, there are now better ways to obtain the same result. Please read these articles: Physical and Virtual Relationships in DAX and Propagate filters using TREATAS in DAX PowerPivot supports
Power_BI_tips·sqlblog.com·
this article
filter propagation
filter propagation
This chapter from "The Definitive Guide to DAX: Business intelligence with Microsoft Excel, SQL Server Analysis Services, and Power BI" covers evaluation contexts, which are the basis of all of the advanced features of DAX.
Power_BI_tips·microsoftpressstore.com·
filter propagation
Solved: DAX: Retrieve Fields Based on Time and Employee - Microsoft Power BI Community
Solved: DAX: Retrieve Fields Based on Time and Employee - Microsoft Power BI Community
Hi,   I have two tables, a movements data and a raw data.   The movements data keeps track of which department the employee had been in a particular duration or to which supervisor he was reporting to in any given duration as well (the table might explain better, and it only show movement of one emp...
Power_BI_tips·community.powerbi.com·
Solved: DAX: Retrieve Fields Based on Time and Employee - Microsoft Power BI Community
Dynamic Segmentation – DAX Patterns
Dynamic Segmentation – DAX Patterns
DAX Patterns is a collection of ready-to-use data models and formulas in DAX, which is the programming language of PowerPivot. Create your Excel data model faster by using a DAX pattern!
Power_BI_tips·daxpatterns.com·
Dynamic Segmentation – DAX Patterns
The IN operator in DAX - SQLBI
The IN operator in DAX - SQLBI
This article describes the IN operator in DAX, which simplifies logical conditions checking whether a certain value is included in a list of values or expre
Power_BI_tips·sqlbi.com·
The IN operator in DAX - SQLBI
this blog post I wrote 2.5 years ago
this blog post I wrote 2.5 years ago
By Matt Allington Intro from Rob Many of you already know of Matt Allington and his background as BI Director for Coca-Cola Asia Pacific.  Matt recently fl
Power_BI_tips·powerpivotpro.com·
this blog post I wrote 2.5 years ago