No video

Calculate OPEN CASES over time in Power BI | Part 1

  Рет қаралды 24,267

How to Power BI

How to Power BI

Күн бұрын

Пікірлер: 56
2 жыл бұрын
Your step by step explanation are really powerful. Also like the emphasis on the context and need to use ALL()
@HowtoPowerBI
@HowtoPowerBI 2 жыл бұрын
that's very nice to hear, thx François 🙂
@katiewilliams5559
@katiewilliams5559 2 жыл бұрын
Very useful, thank you. I made some adjustments and used it to calculate open invoices (entered, not paid) for any end of month in the data history.
@pragya4u
@pragya4u Ай бұрын
Thank you very much, I was struggling for last two weeks to implement one scenario similar to this, and finally ALL() works like a magic. Your detailed explanation is much helpful. Although data are matching now but unfortunately facing poor performance. Note we have three dates in fact with which we need to apply filter conditions similar to what you explained and also we have direct query mode, not sure if the performance can be improved ☹️
@hhFaktor
@hhFaktor 2 жыл бұрын
Just what I was looking for, and using variables makes the code much cleaner. Thank you.
@Woodborn
@Woodborn Жыл бұрын
I was struggling with code to do this from another source and it kept screwing with my filters. Your solution solved my problem and is very clean. Thanks!
@GeraldHilbers
@GeraldHilbers Жыл бұрын
Great explanation again. I like the way you show the steps you take to come to the final solution. Especially for this for me hard to understand DAX-language: VARs which aren't vars, FILTER context, use of CALCULATE and not use FILTER within CALCULATE. Still have a lot of probs with DAX, so any concrete stepwise solution is helpful. Bedankt !!!!
@williamarthur4801
@williamarthur4801 7 ай бұрын
I was trying various options, things like lastnonblank etc. another good video, i still have to check my results. mocked up small data set to practice on.
@khardu
@khardu 3 жыл бұрын
Love your explanation and pace. You got a new subscriber! Thank you.
@HowtoPowerBI
@HowtoPowerBI 3 жыл бұрын
awesome, thank you!
@jakoblauridsen4347
@jakoblauridsen4347 2 жыл бұрын
That was awesome, just was I was looking for this week to find number of active student at a college month over month
@ClaudiaMorales-mw7is
@ClaudiaMorales-mw7is Жыл бұрын
Great explanation. I was able to modify for my needs. Thank you!. I am now trying to figure out a breakdown by an aging category. With this dataset I need to know for any given month, how many employees had less than 3 years of senority, how many 3-6, how many 6-10 and how many 10+. My dataset is open orders so I need to calculate for any given month how many open orders were less than 30 days old, how many 31-60, 61-180, 180+
@SolidSnake59
@SolidSnake59 2 жыл бұрын
You have just done 1/3 of my dashboard thank you!
@pgplanas
@pgplanas Жыл бұрын
Truly a life saver. Thank you!
@HowtoPowerBI
@HowtoPowerBI Жыл бұрын
Happy to hear this Pablo!
@robertstewart614
@robertstewart614 Жыл бұрын
Brilliant and clear, many thanks
@AnisurRahman-wm2ys
@AnisurRahman-wm2ys Жыл бұрын
Hello, thanks for your excellent work. I have one question, what we need to change in the measure if we want to get open case by department over time ? have you this type of video ?
@FernandoRamirez-ce2ou
@FernandoRamirez-ce2ou 2 жыл бұрын
Thx Bass Another problem solved with this tutorial
@wilks37
@wilks37 2 жыл бұрын
Really helpful, anyway you could show this for time of day, for example how many open between 6am and 3pm? Also for events open that's stay open passed midnight.
@TheGabrielbms
@TheGabrielbms Жыл бұрын
god bless you, you saved my life
@HowtoPowerBI
@HowtoPowerBI Жыл бұрын
Oh that’s cool! 😎
@mariarazdelkina7920
@mariarazdelkina7920 2 жыл бұрын
Thank you so much! This video helped me a lot!
@HowtoPowerBI
@HowtoPowerBI 2 жыл бұрын
great to hear it helped Maria! 😊
@newtonbase
@newtonbase 2 жыл бұрын
This is very useful. How might I be able to enter any date and show the figure at that date please?
@sandhyamanjunath
@sandhyamanjunath 2 жыл бұрын
This was very helpful. Can you please let to know how I can get to know the employee number that are cumulatively added
@rschloch
@rschloch 2 жыл бұрын
Very helpful. Already subscribed. Thanks again!!
@HowtoPowerBI
@HowtoPowerBI 2 жыл бұрын
Awesome:)
@amydavies2213
@amydavies2213 10 ай бұрын
Thank you for this. It works really well, but when I create a drill through from it, it doesn't return the correct records and returns records that have closed prior to the end date. Anyone know where I am going wrong? Thanks
@liweiyang7151
@liweiyang7151 2 жыл бұрын
Thank you so much, this really helped me with distinctcount active accounts and closed accounts with open contracts dates and closed contracts dates. I did some editing. However, when I use the totalytd, it is not working. I’m wondering why?
@jasonwoodward5501
@jasonwoodward5501 2 жыл бұрын
This is brilliant. What about materialization cost for large tables?
@nawafsharaf
@nawafsharaf 2 жыл бұрын
Thank you ! You saved me 😍
@HowtoPowerBI
@HowtoPowerBI 2 жыл бұрын
Glad to hear that :)
@ProjectSibanda
@ProjectSibanda 2 жыл бұрын
Very helpful video brother!!
@HowtoPowerBI
@HowtoPowerBI 2 жыл бұрын
Thx!
@gmartinezm
@gmartinezm Жыл бұрын
Bro this is great, I have a problem I want to create a bar char including Orders Created, and Orders Closed per week. But, I want to still show Orders Closed even if Orders were not created on that week, Thoughts?
@aashiijain
@aashiijain 2 жыл бұрын
Hi, This measure was very helpful. Thanks for uploading this video. Is there any way we can increase the performance of this measure because it usually takes 5 10 min to load the data. If you can help me with that it would be really helpful for me. Also, am i the only one facing performance issue with this?
@MiguelJimenez-pg6zs
@MiguelJimenez-pg6zs Жыл бұрын
In my case, I need to see the number of Active employees at the start of the month instead of the end of the month? I change the Var CurrentDate to Min but I am not getting the result I am looking for.
@sofieakesson790
@sofieakesson790 Жыл бұрын
Does this not work with fields that have a time stamp as well?
@FernandoRamirez-ce2ou
@FernandoRamirez-ce2ou 2 жыл бұрын
Great video
@DanielTavares29
@DanielTavares29 3 жыл бұрын
This calculation definitely comes back over and over again hahahaha Is it the same as the one called "events on progress" by the SQLBI guys?!
@HowtoPowerBI
@HowtoPowerBI 3 жыл бұрын
Not sure, I haven't seen it yet. From the title it sounds like it covers the same type of calculation.
@DanielTavares29
@DanielTavares29 3 жыл бұрын
@@HowtoPowerBI besides that thanks for your video!!! It helped me a lot 👍👍👍 actually there is a small difference which the condition ISBLANK filtering the table is something that i haven't seen until now
@markherman9561
@markherman9561 3 жыл бұрын
I found this very fhelpful but for some reason I didn't count the dates in the dimension table, rather the columns in my source table
@conradoiiaustria5277
@conradoiiaustria5277 3 жыл бұрын
Subscribed!!
@ballofwax2586
@ballofwax2586 3 жыл бұрын
Great video. I am using your method to show active subscriptions on some products. What if I want to view 1year, 2year, and 3 year active subscriptions? What kind of variable can I add for this?
@HowtoPowerBI
@HowtoPowerBI 3 жыл бұрын
ah interesting, I will create a video on how to do that and upload it coming Tuesday
@HowtoPowerBI
@HowtoPowerBI 3 жыл бұрын
there we go! kzfaq.info/get/bejne/bcWbdK1o3Lnbep8.html :)
@EvilGost7878
@EvilGost7878 2 жыл бұрын
Hi ! Thank you so much, very useful! But I encounter an issue. If I put a date filter in the page, because I want to focus only on active employee for 2020 for example, powerbi show me a wrong active number because it does not count hiring before 2020, because it is filtered, despite the usage of All(DimDate). Do you know why ?
@orlandoaguilar7786
@orlandoaguilar7786 2 жыл бұрын
Hello!! Did you find a solution for your problem? I have the same issue! The All suppresses the date slicer selection.
@aas2943
@aas2943 3 жыл бұрын
kindly share .pbix file for practise ...it would be a great help for your active subscribers
@HowtoPowerBI
@HowtoPowerBI 3 жыл бұрын
Please have a look in the video description :)
@ridohconcepts8868
@ridohconcepts8868 3 жыл бұрын
Great video!, kindly share the file for practice.
@HowtoPowerBI
@HowtoPowerBI 3 жыл бұрын
thx Ridoh! datatraining.io/youtube/powerbi/040_active_items/active_items.zip
@dianarebecca3473
@dianarebecca3473 2 жыл бұрын
what is dimDate? I did not understand.
@HowtoPowerBI
@HowtoPowerBI 2 жыл бұрын
Hi Diana :) that's the name of the date dimension table. This video explains all about it -> kzfaq.info/get/bejne/g85zZ92bl8jdcoU.html
@sukoi2113
@sukoi2113 3 жыл бұрын
Thanks again, your solutions are so smart. Sexy!
Calculate OPEN CASES over time in Power BI | Part 2
7:55
How to Power BI
Рет қаралды 18 М.
Magic trick 🪄😁
00:13
Andrey Grechka
Рет қаралды 56 МЛН
Ik Heb Aardbeien Gemaakt Van Kip🍓🐔😋
00:41
Cool Tool SHORTS Netherlands
Рет қаралды 9 МЛН
Incredible Dog Rescues Kittens from Bus - Inspiring Story #shorts
00:18
Fabiosa Best Lifehacks
Рет қаралды 28 МЛН
Gli occhiali da sole non mi hanno coperto! 😎
00:13
Senza Limiti
Рет қаралды 22 МЛН
DATE TABLE for Power BI using Power Query
21:26
How to Power BI
Рет қаралды 137 М.
🚨 YOU'RE VISUALIZING YOUR DATA WRONG. And Here's Why...
17:11
Adam Finer - Learn BI Online
Рет қаралды 97 М.
TopN CONFUSION in Power BI | When the Top3 DOESN'T return 3 items
16:54
Build a Slicer Panel in Power BI and take it to the next level (2019)
8:24
Build a TOGGLE BUTTON Like a PRO in Power BI
14:06
How to Power BI
Рет қаралды 185 М.
No More DAX? Power BI’s NEW Feature Explained (File Included)
7:30
MyOnlineTrainingHub
Рет қаралды 97 М.
Time Intelligence in Power BI
50:27
SQLBits
Рет қаралды 7 М.
Total Number Of Staff Over Time - Power BI Insights
9:20
Enterprise DNA
Рет қаралды 37 М.
Magic trick 🪄😁
00:13
Andrey Grechka
Рет қаралды 56 МЛН