DAX for Power BI Part 6.1 - Introduction to Time Intelligence Functions

  Рет қаралды 8,052

WiseOwlTutorials

WiseOwlTutorials

Күн бұрын

Пікірлер: 18
@pon00050
@pon00050 Жыл бұрын
Thank you for sharing your knowledge. For the time being, I am spending time on other endeavors, but I look forward to the day that I will be going through these tutorial videos.
@WiseOwlTutorials
@WiseOwlTutorials Жыл бұрын
You're welcome! Thanks for taking the time to leave a comment and I hope you find time to start watching soon!
@hadibq
@hadibq 2 жыл бұрын
Nice precise examples of using the dates in filters!! Thanks! very well done Andrew! a suggestion please: would it be possible to have a link in the description to the full playlist, so one can easily go to the playlist from a randomly found video. yt doesn't handle this yet, guess it's a good feature to add :)
@WiseOwlTutorials
@WiseOwlTutorials 2 жыл бұрын
Thanks Hadi! And thanks for the suggestion about the playlist link. We do already include that link in the end screen of the video but if it will help to have it in the description as well I'll make a note to do this for future videos!
@kiendra
@kiendra Жыл бұрын
Yoooo wise owl got the platinum skin 🤯🤯😳😳😳🔥🔥🔥🔥
@WiseOwlTutorials
@WiseOwlTutorials Жыл бұрын
Glad you like it 😀
@ArchStanton806
@ArchStanton806 4 ай бұрын
Hi Andy, I have some code that counts the number of cases that are over 'x' amount of days old that works. I have a second measure that tries to calculate the value of 'x' a month ago but it just gives me a - - result (its not a BLANK and its not empty). Would it be possible to send you the code for you to see if there are any glaring mistakes in it? If so, could I paste it here or is there another way to send you it? I have added comments to the code to help explain what's what. Thanks
@WiseOwlTutorials
@WiseOwlTutorials 4 ай бұрын
Hi! You're very welcome to paste your code here. Where are you seeing the - - result? And which version of Power BI are you using? I think that card visuals used to display blanks as - - by default in earlier versions of PBI.
@bretaddison4146
@bretaddison4146 Жыл бұрын
I find the column totals confusing on previous quarter and previous year. How should they be understood ?
@WiseOwlTutorials
@WiseOwlTutorials Жыл бұрын
Hi Bret! Using the DateAdd function shifts the date range of the current filter context by the specified amount. So, the date range of the filter context for the Total row spans 1 Jan 2010 to 31 Dec 2016. If you shift that date range back 1 year it becomes 1 Jan 2009 to 31 Dec 2015 so you get the average of all Run Times between those dates. If you shift the date range back 1 quarter it becomes 1 Oct 2009 to 30 Sep 2016 so you get the average of all Run Time between those dates. They're not particularly useful values to see in this matrix, I agree! It would be better to suppress them using a function like ISINSCOPE or HASONEVALUE to only show subtotals for the relevant groups. I hope that helps!
@ArchStanton806
@ArchStanton806 11 ай бұрын
Hi Andy, I have a Matrix that shows various Time Intelligence based figures and one of them is the change in volume of Cases Month on Month as a %. Cases MoM% is a Measure (see below) that is , as it suggests, the variance as a % on the previous month. How do I stop the Variance showing on Year sub-total level? Is there anything that can be changed in the code below that would just show the % next to the months and not the Year? Cases MoM% = VAR ActiveCase = [YTD Active Cases] VAR ActiveCasesPM = [Previous Mth] VAR Result = IF( [YTD Active Cases] 0 && [YTD Active Cases PY] 0, DIVIDE(ActiveCase - ActiveCasesPM, ActiveCasesPM) ) RETURN Result I've been looking for a solution everywhere for this and the easy way out is to change the colour of the font and essentially 'blank' the value out. I want to know how to do this through DAX. Fingers crossed its straightforward!
@WiseOwlTutorials
@WiseOwlTutorials 11 ай бұрын
Hi Andy! Yeah, there are a couple of fairly straightforward things you can do here. Try something like: RETURN IF( ISINSCOPE('Your month field name'), Result ) I hope it helps!
@ArchStanton806
@ArchStanton806 11 ай бұрын
Thanks, that works! Much appreciated Andy
@WiseOwlTutorials
@WiseOwlTutorials 11 ай бұрын
@@ArchStanton806 No probs!
@vincentlehmann646
@vincentlehmann646 Жыл бұрын
what does DAX stand for ?
@WiseOwlTutorials
@WiseOwlTutorials Жыл бұрын
Hi! Its Data Analysis eXpressions.
@pabeader1941
@pabeader1941 Жыл бұрын
Too bad that it isn't really Time intelligence. Should have been called Period Intelligence or maybe Date Intelligence. I wish someone would figure out haw to actually do Time Intelligence. Things like same period last hour, or Hour over Hour. That would be Time Intelligence.
@WiseOwlTutorials
@WiseOwlTutorials Жыл бұрын
Hi! Time Intelligence is Microsoft's official name for these features and functions learn.microsoft.com/en-us/dax/time-intelligence-functions-dax learn.microsoft.com/en-us/training/modules/dax-power-bi-time-intelligence/
DAX for Power BI Part 6.2 - Comparing Date Ranges
37:45
WiseOwlTutorials
Рет қаралды 6 М.
2025 Annual Portfolio Review Checklist
21:14
Rob Berger
Рет қаралды 19 М.
Какой я клей? | CLEX #shorts
0:59
CLEX
Рет қаралды 1,9 МЛН
ССЫЛКА НА ИГРУ В КОММЕНТАХ #shorts
0:36
Паша Осадчий
Рет қаралды 8 МЛН
SSX 3 Online Menus Update
1:17
GlitcherOG
Рет қаралды 65
Time Intelligence Slicer in Power BI | Filter Your Data by MTD, QTD, Fiscal YTD, and More!
16:01
selenium edge options vba
3:08
CodePen
Рет қаралды 217
Wise Owl Answers   How do I save a shape as a picture in Excel VBA
8:23
WiseOwlTutorials
Рет қаралды 1,1 М.
DAX for Power BI Part 5.3 - Replacing and Keeping Filters in Measures
19:22