Up and Running on DAX for Power BI by Unknown
Author:Unknown
Language: eng
Format: epub, pdf
ChapTer 9 CalCulaTions on DaTes: using DaX Time inTelligenCe
Finding the Difference Between Two Dates
Finding the difference in days between two dates in DAX can be done in a similar way to Excel; simply subtract one date from another. However, in DAX, you must nest the dates
in the INT function to return a value in days as opposed to returning a date:
Days Difference =
INT ( [Date of Last Transaction] ) - INT ( [Date of First Transaction] )
DAX also has the same function DATEDIFF that we use in Excel to find the difference
between weeks, months, years, etc. (see Figure 9-15).
Months Difference =
DATEDIFF ( [Date of First Transaction], [Date of Last Transaction], MONTH )
Figure 9-15. Calculating days between and months between two dates
162
ChapTer 9 CalCulaTions on DaTes: using DaX Time inTelligenCe
Hopefully, our foray into some of the more ubiquitous DAX time intelligence
functions has whetted your appetite for performing calculations on dates. There are of
course a number of other time intelligence functions that we havenât explored here but
that you might find useful in the analysis of your data, so why not self-explore more of these valuable DAX functions. You will find them all here:
https://docs.microsoft.com/en- us/dax/time- intelligence- functions- dax
163
Download
Up and Running on DAX for Power BI by Unknown.pdf
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Implementing Enterprise Observability for Success by Manisha Agrawal and Karun Krishnannair(7348)
Supercharging Productivity with Trello by Brittany Joiner(6610)
Secrets of the JavaScript Ninja by John Resig Bear Bibeault(6420)
Mastering Tableau 2023 - Fourth Edition by Marleen Meier(6370)
Inkscape by Example by István Szép(6224)
Visualize Complex Processes with Microsoft Visio by David J Parker & Šenaj Lelić(5922)
Build Stunning Real-time VFX with Unreal Engine 5 by Hrishikesh Andurlekar(4915)
Design Made Easy with Inkscape by Christopher Rogers(4605)
Customizing Microsoft Teams by Gopi Kondameda(4142)
Linux Device Driver Development Cookbook by Rodolfo Giometti(3935)
Extending Microsoft Power Apps with Power Apps Component Framework by Danish Naglekar(3733)
Business Intelligence Career Master Plan by Eduardo Chavez & Danny Moncada(3701)
Salesforce Platform Enterprise Architecture - Fourth Edition by Andrew Fawcett(3609)
Pandas Cookbook by Theodore Petrou(3586)
The Tableau Workshop by Sumit Gupta Sylvester Pinto Shweta Sankhe-Savale JC Gillet and Kenneth Michael Cherven(3390)
TCP IP by Todd Lammle(2987)
Drawing Shortcuts: Developing Quick Drawing Skills Using Today's Technology by Leggitt Jim(2914)
Applied Predictive Modeling by Max Kuhn & Kjell Johnson(2865)
Work Smarter with Microsoft OneNote by Connie Clark(2843)
