[Power BI] 💡 Creating a Calendar Table in the Power Query Editor 📅

  Рет қаралды 42,080

Pragmatic Works

Pragmatic Works

2 жыл бұрын

Having a dedicated Date or Calendar table in your data model is crucial for most of our reporting in Power BI, but many people struggle with understanding how they can create a date table or even with where they can get a date table from.
In this video, Jonothan walks you through 4 easy steps of how to leverage M and create a date table in the Power Query Editor. Don’t worry, he doesn’t just stop there… he also explains some of the different methods we can use to add additional columns, like month name, month number, and quarter.
👍If you enjoy this video and are interested in formal training on Power BI, Power Apps, Azure, or other Microsoft products you can use my code "Jonathon30" at check out when purchasing our On-Demand Learning classes to get extra 30% off - pragmaticworks.com/pricing/
-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- - - - - - - - - - - - - - - - - - - - - - - -
Next step on your journey:
👉 On-Demand Learning - Start With The FREE Community Plan: tinyurl.com/2ujujsb5
🔗Pragmatic Works On-Demand Learning Packages: pragmaticworks.com/pricing/
🔗Pragmatic Works Boot Camps: pragmaticworks.com/boot-camps/
🔗Pragmatic Works Hackathons: pragmaticworks.com/private-tr...
🔗Pragmatic Works Virtual Mentoring: pragmaticworks.com/virtual-me...
🔗Pragmatic Works Enterprise Private Training: pragmaticworks.com/private-tr...
🔗Pragmatic Works Blog: blog.pragmaticworks.com/

Let's connect:
✔️Twitter: / pragmaticworks
✔️Facebook: / pragmaticworks
✔️Instagram: / pragmatic.works
✔️LinkedIn: / pragmaticworks
✔️KZbin: / pragmaticworks
Pragmatic Works
7175 Hwy 17, Suite 2 Fleming Island, FL 32003
Phone: (904) 638-5743
Email: training@pragmaticworks.com
~-~~-~~~-~~-~
Please watch: "(275) Free Pragmatic Works Power Apps Component Library "
• Free Power Apps Compon...
~-~~-~~~-~~-~

Пікірлер: 26
@AliHoolash
@AliHoolash 2 жыл бұрын
Great tutorial! Thanks for sharing.
@tilayealigaz9595
@tilayealigaz9595 Жыл бұрын
I like your way of teaching! Thank you for that
@janeguo4103
@janeguo4103 Жыл бұрын
Thanks for sharing! super helpful
@hendrag1174
@hendrag1174 Жыл бұрын
Thank you very much for this great video..
@FRANKWHITE1996
@FRANKWHITE1996 2 жыл бұрын
Thanks for sharing! 👍
@pottewarmadhav9474
@pottewarmadhav9474 2 жыл бұрын
Good one and best explanantion and clearly easily understand the subject .Thanks a lot
@PragmaticWorks
@PragmaticWorks 2 жыл бұрын
Glad you enjoyed!
@boazemuna6589
@boazemuna6589 2 жыл бұрын
Thank you very much, this video really get me into build a fine calendar. easy and fast. Tnx again
@PragmaticWorks
@PragmaticWorks 2 жыл бұрын
Thanks for watching!
@mLenkaxx
@mLenkaxx Жыл бұрын
Hi, I was trying to mimic what you were doing and got stuck in minute 6:17. I typed exactly the same formula but it shows me the "Token RightParen expected" error. When I click "show error" it highlights 2 letters in a word Number of the second formula "be". Do you have any idea how to fix this?
@mattisandkvist783
@mattisandkvist783 2 жыл бұрын
Can you show how to add column with weeknumbering in the same formatting style as in Oracle with TO_CHAR('IW') (according to ISO-standard).
@yuriyupo1049
@yuriyupo1049 2 жыл бұрын
Great one! Thanks. How can it be integrated with working days and scheduled holidays if, for example, I want to count only working days between dates? Thanks in advance.
@Jonathon_Silva
@Jonathon_Silva 2 жыл бұрын
Hi Yuri, there are a few ways we can count the working days between dates - either using M in the Power Query Editor or with DAX and both ways require a bit of work to accomplish. You can email me at jsilva@pragmaticworks.com directly and I can try to get you in the right direction from there if you would like.
@aryastark5886
@aryastark5886 2 жыл бұрын
Hello 👋 maybe you could help me about other topic but related to date as well. Problem : For my End date, I want to get the end of the month (date format) of my previous month as of today end of month local now values. Would this be possible? Example; Today EOM: Feb 28, 2022 Goal Prev EOM: Jan 31, 2022 Hope you can help me resolve this one. Many thanks 😊
@StopWhining491
@StopWhining491 3 ай бұрын
Assume final step would be to add the table to the data model?
@zulajenkins658
@zulajenkins658 2 жыл бұрын
Thanks. What are differences between creating date table using M code and DAX?
@Jonathon_Silva
@Jonathon_Silva 2 жыл бұрын
Hi Zula, the major difference between building a calendar or data table using M and DAX is that the M language in the Power Query Editor provides better overall compression for the data model. Typically, we suggest doing as much as possible in the Power Query Editor when building the data model, then you can add to that model, using DAX, where you need to do any additional analysis calculations.
@geletawadank5706
@geletawadank5706 Жыл бұрын
you are the best
@PragmaticWorks
@PragmaticWorks Жыл бұрын
Thanks for watching!
@diala_the_bookkeeper
@diala_the_bookkeeper 2 жыл бұрын
I read this line in the dax manual by Microsoft and I don't get it. they practically mention it for every dax function. "This function is not supported for use in DirectQuery mode when used in calculated columns or row-level security (RLS) rules."
@Reventrant
@Reventrant 2 жыл бұрын
DirectQuery is fairly limited on the number of transformations you can do with the data.
@sharonhowell159
@sharonhowell159 Жыл бұрын
Your end date is fixed; how do we get the end date to grow? What if I wanted the end date to be 2 weeks after current date?
@Jonathon_Silva
@Jonathon_Silva Жыл бұрын
For the end date try the following: Date.AddYears(Date.EndOfYear(DateTime.Date(DateTime.FixedLocalNow())),1) to have a dynamic end period in the calendar. In this case it takes the end date to be one year from the current date.
@xMastJedi
@xMastJedi 2 жыл бұрын
there is no month 14.....
@gracy7063
@gracy7063 Жыл бұрын
You’re handsome:)
@SANDEEPGUPTA-io3ms
@SANDEEPGUPTA-io3ms Жыл бұрын
Very helpful thanks for sharing I always learn power bi from @pragmatic works❤❤
Power BI: Power Query Column Transform Must-Know Tips and Tricks🔍
11:57
Scary Teacher 3D Nick Troll Squid Game in Brush Teeth White or Black Challenge #shorts
00:47
Русалка
01:00
История одного вокалиста
Рет қаралды 7 МЛН
- А что в креме? - Это кАкАооо! #КондитерДети
00:24
Телеканал ПЯТНИЦА
Рет қаралды 7 МЛН
One moment can change your life ✨🔄
00:32
A4
Рет қаралды 32 МЛН
Power Query Calendar
9:14
Excel University
Рет қаралды 7 М.
DATE TABLE for Power BI using Power Query
21:26
How to Power BI
Рет қаралды 133 М.
How to create Power BI Dashboard (Report) in 7 Minutes | @PavanLalwani
12:55
The Magic of working with Records in Power Query
10:28
Goodly
Рет қаралды 36 М.
Grouping and Binning in Power BI
13:25
Pragmatic Works
Рет қаралды 11 М.
3 Essential Excel skills for the data analyst
18:02
Access Analytic
Рет қаралды 1,5 МЛН
How To Create these useful Power Bi Visuals that Excel Lacks
10:55
Leila Gharani
Рет қаралды 444 М.
Power Query Top 5 Tips [Power Platform Series - Ep. 3]
13:32
Pragmatic Works
Рет қаралды 5 М.
Scary Teacher 3D Nick Troll Squid Game in Brush Teeth White or Black Challenge #shorts
00:47