DAX

DAX

1155 bookmarks
Custom sorting
Convert from Seconds to Minutes with a DAX Measure
Convert from Seconds to Minutes with a DAX Measure
I was recently doing some consulting work for a customer and they had a column which contained seconds and whilst this is useful it is better to have it shown as Minutes and Seconds, which is easie…
·fourmoo.com·
Convert from Seconds to Minutes with a DAX Measure
Net Work Duration
Net Work Duration
Similar to Net Work Days, Net Work Duration calculates the total duration between two date/time columns taking into account non-working days (weekends) as well as the start and end times for a work day. This version calculates duration in minutes, although this can be easily changed. mNetWorkDur...
·community.powerbi.com·
Net Work Duration
Migrate Multi-Schema DAX Query to Paginated Report
Migrate Multi-Schema DAX Query to Paginated Report
Earlier this year at the Data & BI Summit I gave a presentation titled “DAX Query Use Cases” which, among other examples, featured several paginated reports (aka operational or Repo…
·insightsquest.com·
Migrate Multi-Schema DAX Query to Paginated Report
Know When to Hold 'Em - Part II. Time for DAX - PowerPivotPro
Know When to Hold 'Em - Part II. Time for DAX - PowerPivotPro
In Part I, we used the query editor and the M List functions to generate all the possible combinations of five and seven cards from a standard deck. To score all the possible combinations of seven cards (133M possible hands X 21 ways to pull 5 cards from 7 X 5 cards/hand = >14 billion rows) was more than my
·powerpivotpro.com·
Know When to Hold 'Em - Part II. Time for DAX - PowerPivotPro
Applying a measure filter in Power BI
Applying a measure filter in Power BI
This article describes how to use a measure to filter a Power BI visualization and what is the different behavior of a similar filter between different visu
·sqlbi.com·
Applying a measure filter in Power BI
Understanding the Microsoft Power BI data model
Understanding the Microsoft Power BI data model
In this session we will look at all the important topics that are needed to get your Microsoft Power BI modelling skills to the next level. We will cover items like the in memory engine, relationships…
·microsoft.com·
Understanding the Microsoft Power BI data model
Power BI Conditional Formatting By Another Column | Guy in a Cube
Power BI Conditional Formatting By Another Column | Guy in a Cube
In this video, Patrick shows you how to use Power BI conditional formatting by another column in Power BI Desktop. Using conditional formatting by another column can help you provide context which leads to faster insights. Power BI capability arrived in the May 2018 release of Power BI Desktop.
·guyinacube.com·
Power BI Conditional Formatting By Another Column | Guy in a Cube
Tic Tac Power BI - Power BI Tips and Tricks
Tic Tac Power BI - Power BI Tips and Tricks
I am proud to announce another joint development game between Philip Seamark and myself (Mike Carlo) of a Tic Tac Toe game. To read about [...]
·powerbi.tips·
Tic Tac Power BI - Power BI Tips and Tricks
Know When to Hold 'Em - Part I. Fun With Lists - PowerPivotPro
Know When to Hold 'Em - Part I. Fun With Lists - PowerPivotPro
Last month I saw a puzzle posted on fivethirtyeight.com about poker hand probabilities and, like with many things these days, wondered how I could solve it with PowerBI. I had been curious to learn mo…
·powerpivotpro.com·
Know When to Hold 'Em - Part I. Fun With Lists - PowerPivotPro
How To: Create the missing KPI Indicator In Power BI Desktop Using Conditional Formatting - 5MinuteBI
How To: Create the missing KPI Indicator In Power BI Desktop Using Conditional Formatting - 5MinuteBI
Power BI lacks the ability to add KPI calculations when creating a data model in Power BI Desktop. I will show you how to get the same functionality by using the recently released feature “Conditional Formatting by a Different Field”. This will allow you to take a calculated score and have an Icon displayed for each row in your table. A working Live Interactive Power BI Sample is attached at the bottom of this post.
·5minutebi.com·
How To: Create the missing KPI Indicator In Power BI Desktop Using Conditional Formatting - 5MinuteBI
Creating a Slicer that also contains a DAX Measure
Creating a Slicer that also contains a DAX Measure
I got an interesting question from Vijay asking, “How do we do a slicer with data count?” This is what Vijay was looking to achieve as shown below and I always enjoy a good challenge. A…
·fourmoo.com·
Creating a Slicer that also contains a DAX Measure
Querying with DAX
Querying with DAX
Below some DAX queries. EVALUATE ‘Dimension’ EVALUATE ‘Fact’ EVALUATE ‘Dimension’ ORDER BY ‘Dimension'[Id] START AT 3 EVALUATE CALCULATETABLE(‘Dimens…
·sqlml.azurewebsites.net·
Querying with DAX
How to filter multivalued column in Power BI
How to filter multivalued column in Power BI
Recently someone asked me what is the best way to filter on multi-valued columns in Power BI. The question was in the context of Tags property of the Work Items - Today table in the Visual Studio Team…
·community.powerbi.com·
How to filter multivalued column in Power BI
Creating table functions in DAX using DETAILROWS - SQLBI
Creating table functions in DAX using DETAILROWS - SQLBI
This article describes how to use the detail rows expression of a measure to obtain the equivalent of creating table functions in DAX. This allows the reusi
·sqlbi.com·
Creating table functions in DAX using DETAILROWS - SQLBI
Gaining Better DAX Skills
Gaining Better DAX Skills
If you work with Excel Pivot Tables, Power BI, or Analysis Services Tabular more than likely you are working to improve your DAX skills. I know I am. While I do a lot of work with DAX, I am always …
·desertislesql.com·
Gaining Better DAX Skills
Evaluation Contexts in DAX
Evaluation Contexts in DAX
There are 3 types of evaluation contexts. Row Context Row context includes the values from all columns in a row and related rows. Row contexts doesn�t propagate through relationships (from the one sid…
·sqlml.azurewebsites.net·
Evaluation Contexts in DAX
How to create email link in your Power BI Dashboard
How to create email link in your Power BI Dashboard
Hi folks, After long time I feel to blog about this simple steps to add link to send email (Actually to open outlook to send email to specified email id) Click on enter Data Type here your message - A…
·bimentalist.com·
How to create email link in your Power BI Dashboard
Tabular Model Schema Reference
Tabular Model Schema Reference
Two of the most fundamental and ongoing questions in BI are 1) “What data and logic do we need in the data model?” and 2) “What data and logic do we currently have in the data mod…
·insightsquest.com·
Tabular Model Schema Reference
Rules for DAX Code Formatting - SQLBI
Rules for DAX Code Formatting - SQLBI
With the modern editors that have automatic code formatting features, each one has its own code formatting style. Usually there are a few “common rules”
·sqlbi.com·
Rules for DAX Code Formatting - SQLBI