How to Make a Calendar Dashboard in Power BI

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ธ.ค. 2024

ความคิดเห็น • 94

  • @GoodlyChandeep
    @GoodlyChandeep  ปีที่แล้ว +3

    Download File ⬇ - goodly.co.in/calendar-dashboard-power-bi/
    Learn more about my courses here - goodly.co.in/products

    • @doublenico
      @doublenico 6 หลายเดือนก่อน

      Hi,
      Impossible to downlaod the file, in the email received there is no link unfortunalty

    • @GoodlyChandeep
      @GoodlyChandeep  6 หลายเดือนก่อน +1

      @doublenico I'll get it fixed.

    • @GoodlyChandeep
      @GoodlyChandeep  6 หลายเดือนก่อน +1

      The issue has been resolved. There was a bug causing the error. Thanks for pointing it out.
      Download the file here - goodly.co.in/calendar-dashboard-power-bi/

  • @jolumenicaaa
    @jolumenicaaa 9 หลายเดือนก่อน +4

    Fantabulous job!!! I was searching for some similar alternative here in Brazil and I couldn't find it. Indians will dominate the world in some years, I'm sure. Thank you very much!

  • @Bondoz007
    @Bondoz007 ปีที่แล้ว +2

    You read my mind! I work in HR and I've been working on a calendar to show Employee leave - this is perfect - thanks

    • @TamerAHamid
      @TamerAHamid 8 หลายเดือนก่อน

      I've the same issue, appreciate to share with me how it is work @Bondoz007

    • @windyfebbiayuni5581
      @windyfebbiayuni5581 2 หลายเดือนก่อน

      could u give me advice regarding this cause im on the same project too. my data have the starting date and end date for the leave

  • @arjumandansari2873
    @arjumandansari2873 10 หลายเดือนก่อน +2

    thank you for posting this - I have one question, what's CurrentDay variable's source. part of the script that runs in the matrix cell: [CurrentDay] & REPT(UNICHAR(10),2) &. when I use it, I get a red underline, meaning not recognized.

    • @schuylerschultz
      @schuylerschultz 10 หลายเดือนก่อน +1

      I have the same issue

    • @schuylerschultz
      @schuylerschultz 10 หลายเดือนก่อน +10

      Had to do some searching, but he created a "New Measurement" under the Calendar Table with the following code in the measurement: CurrentDay = SELECTEDVALUE('Calendar'[Day])

    • @maryjamessimons9251
      @maryjamessimons9251 9 หลายเดือนก่อน +1

      Very important detail! Thanks so much

    • @theanimal5977
      @theanimal5977 3 หลายเดือนก่อน

      Thank you for this detail! Very helpful!

  • @vincentedwards6925
    @vincentedwards6925 2 หลายเดือนก่อน

    Is there quick way to swap out the events for my own events, recieving errors when trying to data swap? Thanks!

  • @laiqmehdi8704
    @laiqmehdi8704 ปีที่แล้ว +1

    Deserve much more than wt you're your persistence and dedication to teach us is next level and is helping us alot ...god bless you ❤

  • @ArvindKumar-he4on
    @ArvindKumar-he4on ปีที่แล้ว +4

    Hi, How you use [currentday]. This column is not available in table

    • @sudokuchallenger7333
      @sudokuchallenger7333 ปีที่แล้ว +5

      yes exactly, I am also stuck there

    • @ryanlundahl2979
      @ryanlundahl2979 ปีที่แล้ว

      Create a measure that displays current day number@@sudokuchallenger7333

    • @mrneveradullmoment
      @mrneveradullmoment 7 หลายเดือนก่อน

      I guess we shall never know!

    • @marksearle1209
      @marksearle1209 5 หลายเดือนก่อน +2

      @@mrneveradullmoment you create a measure in the calendar table with the DAX CurrentDay = SELECTEDVALUE('Calendar'[Day]) I only found out by downloading the pbix which he's put underneath the video - it wasn't explained fully in the video.

  • @williamarthur4801
    @williamarthur4801 ปีที่แล้ว +1

    This made a nice change for me, not a huge fan if visuals, I much prefer just dealing with a Matrix / table and figures,
    have you done anything re PBi formatting and the codes used?

  • @giorgiotrapletti681
    @giorgiotrapletti681 ปีที่แล้ว +7

    hello
    I can't sort by days of the week but they are organized alphabetically

    • @theanimal5977
      @theanimal5977 3 หลายเดือนก่อน

      I am having the same problem😢

    • @NezzyLawd
      @NezzyLawd 2 หลายเดือนก่อน

      @@theanimal5977 You need to create a separate column in your Calendar. Call it something like Day Sort which will look like WEEKDAY([Date], 2). Once you have done that, go to the Week Day column in the table and then go to the Column Tools tab > Sort > Choose the Day Sort column. Monday will be represented as 1, Tuesday as 2 and so on. So your Days on the Week will be sorted.

    • @chrislee232445
      @chrislee232445 2 หลายเดือนก่อน

      @@theanimal5977 Go to Date table's table view, select "Days of the week" column, then go to column tools, select sort by column "Day No" (the column indicating Monday as 1, till Sunday as 7),
      then it will sort from Monday to Sunday
      It can be extended to Month as well, for those month sorting Alphabetically, you will need to create an "Index" to indicate Jan as 1 till Dec is 12, and select the "month" column sort by column "Index"

    • @dhinsha5415
      @dhinsha5415 หลายเดือนก่อน +2

      Use the column tools' "Sort by column" feature (click the DayName column in the data to bring up the column tools menu. Then, select DayNo by clicking on "Sort by column").

    • @giorgiotrapletti681
      @giorgiotrapletti681 หลายเดือนก่อน

      @@dhinsha5415 it works! Thank you

  • @asikotimer
    @asikotimer 9 หลายเดือนก่อน

    Thanks for this tutorial, very useful!!

  • @chrislee232445
    @chrislee232445 2 หลายเดือนก่อน

    @4:45 where did [CurrentDay] come from?
    lost there

  • @barttitulaerexcelbart9400
    @barttitulaerexcelbart9400 ปีที่แล้ว +1

    Thanks, this is really great. One tip: you you use a tooltip with some extra remarks per event, that would also be helpful.

  • @rus1ickoff
    @rus1ickoff ปีที่แล้ว

    Thanks a lot! I use it for my birthday calendar and it looks “pretty awesome”

  • @IvanCortinas_ES
    @IvanCortinas_ES 4 หลายเดือนก่อน

    Superb tutorial. Thank you for sharing it, Chandeep.

  • @hermesjrd
    @hermesjrd ปีที่แล้ว

    I always learn something new from you..Thanks a lot

  • @marianopl1982
    @marianopl1982 4 หลายเดือนก่อน

    This is brilliant ❤. I love this video, and it applies so much to some application visuals I needed to set up. Great job.

  • @fabioberetta
    @fabioberetta ปีที่แล้ว

    you're my personal hero!!! that's incredible work!
    just a question to make the calendar more readble: how is possible to "bold" some information in the box (eg. day number or budget)? is it possible?

  • @gennarocimmino
    @gennarocimmino ปีที่แล้ว

    Hello Chandeep,
    You are really good!
    Kudos for the way you 'build the path' to the end result.
    Thank you for sharing this tutorial.

  • @valeriesoliman8334
    @valeriesoliman8334 10 หลายเดือนก่อน

    is there any way one can reach out to you for help in specific questions?

  • @amahroos
    @amahroos 8 หลายเดือนก่อน +8

    The topic is very important, but unfortunately the explanation is for non-beginners, but for professionals. I was waiting for a comprehensive explanation, but what was presented is only a vision and not an executive explanation of the topic. Do you have a detailed explanation for a beginner from beginning to end? To execute tasks on calander. Thanks

  • @kyawmyotun9646
    @kyawmyotun9646 ปีที่แล้ว

    Amazing as always. Thanks for this advance tips and tricks.

  • @Grace4242
    @Grace4242 7 หลายเดือนก่อน

    Amazing! Did you source data from excel
    Can power bi source data from outlook

  • @chrism9037
    @chrism9037 ปีที่แล้ว

    Wow, brilliant Chandeep!

  • @DavidWallach-n9b
    @DavidWallach-n9b 11 หลายเดือนก่อน

    Great tutorial. How can events spanning multiple days be displayed? Thanks in advance

  • @alwayssurprised6241
    @alwayssurprised6241 ปีที่แล้ว +1

    Nice video, I was looking for this some time. Is it possible to show the each event separately? Assume I have income and expenses and I want to show them separately and I also want to show the cumulative position.

  • @mohammedsuraif548
    @mohammedsuraif548 ปีที่แล้ว

    How can I present these events on line chart with little flags referring to the events?

  • @kwanhangcheung691
    @kwanhangcheung691 ปีที่แล้ว +1

    Creative ideas. Very nice

  • @shubhamchaudhari1212
    @shubhamchaudhari1212 7 หลายเดือนก่อน

    Hello Chandeep, one thing. What if I want different background colours for diffferent selection from slicer. How to achieve this ?

  • @mrneveradullmoment
    @mrneveradullmoment 7 หลายเดือนก่อน

    Can you include excel sheets for examples of what our data sets should look like? It gets really confusing toward the middle but it's going good up to then!

  • @indianarasantos2798
    @indianarasantos2798 7 หลายเดือนก่อน

    How do you ordenate all information?

  • @Evaldas65
    @Evaldas65 ปีที่แล้ว

    That looks great, I've been looking for something like this, thank you!

  • @RasshmiGohill
    @RasshmiGohill 2 หลายเดือนก่อน

    Can you make a detailed video for beginner to get this result please ?

  • @farissmskml342
    @farissmskml342 ปีที่แล้ว

    how about i’ve start date and end date? how i want to flash the end date too?

  • @stefankirst3234
    @stefankirst3234 ปีที่แล้ว

    Very cool, very inspired! Thank you so much!

  • @edwinarchico439
    @edwinarchico439 ปีที่แล้ว

    Amazing, Thank you for sharing!😊

  • @unnikrishnansanthosh
    @unnikrishnansanthosh ปีที่แล้ว

    wonderful one, thank you for sharing

  • @adamgsmith4777
    @adamgsmith4777 ปีที่แล้ว

    This is super cool. Really creative and a great explanation. 👍

  • @CeliaAlvesSolveExcel
    @CeliaAlvesSolveExcel ปีที่แล้ว

    😍 Gorgeous indeed!

  • @sollapalooza
    @sollapalooza 3 หลายเดือนก่อน

    how do you get the calendar slicer to appear in order and not alphabetically?

    • @theanimal5977
      @theanimal5977 3 หลายเดือนก่อน

      Go to table view -> Add another line in Calendar: "MonthNo",Month([date]) -> click on the Month column -> use Sort by Column -> select MonthNo that you just created

  • @martyns1722
    @martyns1722 10 หลายเดือนก่อน

    How to do this on excel

  • @azeemsk1653
    @azeemsk1653 ปีที่แล้ว

    Hello ,
    I'm having a small issue like the Matrix cells are showing me the day number only for month starting and month end dates..for in between it is not showing day number in matrix cells....
    I have followed the same steps which you guided in video and also i have checked the pbix but unable to find the issue...
    This is because of we are having multiple years data that why it not showing correctly in day number in cells.
    How to over come this issue in case of having multiple years data.
    Thanks in advance.

    • @magnodiniz99
      @magnodiniz99 11 หลายเดือนก่อน +1

      I had the same problem; I fixed it by creating a new column 'data,' just with the dates, excluding time, and relating it to the 'dcalendar' data.

  • @mrneveradullmoment
    @mrneveradullmoment 7 หลายเดือนก่อน

    Amazing! Thank you.

  • @ricardoabella867
    @ricardoabella867 ปีที่แล้ว +1

    How do you calculate CURRENTDAY thank you

    • @GoodlyChandeep
      @GoodlyChandeep  ปีที่แล้ว +3

      =SELECTEDVALUE(Calendar[DayofMonth])

  • @samanthapikus3178
    @samanthapikus3178 ปีที่แล้ว

    Excellent!!

  • @BISimplifier
    @BISimplifier ปีที่แล้ว

    Absolutely epic!!

  • @anilkapkoti296
    @anilkapkoti296 ปีที่แล้ว +2

    Amazing
    But hoe did you remove the week number from the y axis.
    That part is missing in this video

  • @windyfebbiayuni5581
    @windyfebbiayuni5581 2 หลายเดือนก่อน

    what if my data is in range and not a single value? i have the starting date and end date for this

  • @saisatya5525
    @saisatya5525 ปีที่แล้ว

    You are awesome 😊

  • @darins
    @darins 7 หลายเดือนก่อน

    I do a lot of Data Validation and checking for "missing days" of sales data is important. This visual looks even better if you set the value to Sales Present = IF(ABS([InvoiceQuantity])>0,"✅","❌")

  • @rezashah326
    @rezashah326 ปีที่แล้ว +1

    why my calendar table start from Sun, Mon, Sat, Wed, Thu, Fri. How to fix it to get same like you Mon, Tue, Wed, Thu, Fri, Sat, Sun?

    • @barthjdc
      @barthjdc ปีที่แล้ว +6

      You have to go to the table, select the column DayName and sort it with DayNo

  • @ozerius76
    @ozerius76 5 หลายเดือนก่อน

    Helpful.

  • @LisaR-bb8zs
    @LisaR-bb8zs 9 หลายเดือนก่อน +6

    This isn't for beginners. Lots of steps missed out and there's assumption you're familiar with Power BI already. Shame as it started off good!

    • @mrneveradullmoment
      @mrneveradullmoment 7 หลายเดือนก่อน

      Right! It was going great until suddenly we were throwing events on the calendar from thin air. Ha! He's awesome but def not for beginners.

  • @shonwilson5219
    @shonwilson5219 ปีที่แล้ว +1

    The column headers i.e; the day are not being arranged in correct order in my matrix😢😢

  • @megabuilds3007
    @megabuilds3007 ปีที่แล้ว +1

    What is Current Date?

    • @GoodlyChandeep
      @GoodlyChandeep  ปีที่แล้ว +1

      Day of the month

    • @megabuilds3007
      @megabuilds3007 ปีที่แล้ว

      @@GoodlyChandeep Yes got that, thank you. I've just created myself on own by watching your video. Finaly one doubt, what if we have multiple tasks on single date? Not more maybe 2 or 3?

    • @schuylerschultz
      @schuylerschultz 10 หลายเดือนก่อน +1

      Had to do some searching, but he created a "New Measurement" under the Calendar Table with the following code in the measurement: CurrentDay = SELECTEDVALUE('Calendar'[Day])

  • @jovelynbriones2466
    @jovelynbriones2466 3 หลายเดือนก่อน

    Is it possible to have more than 1 year? Like 2024 to 2025?

  • @roberttyler2861
    @roberttyler2861 ปีที่แล้ว

    the email for the download link is blank - rip

    • @GoodlyChandeep
      @GoodlyChandeep  ปีที่แล้ว +4

      goodly.co.in/wp-content/uploads/2023/09/Calendar-Dashboard-in-Power-BI.zip

  • @IkMag
    @IkMag 8 หลายเดือนก่อน

    This is a nice way for a calendar. Unfortunately, there is a problem when using the ISO week number for each row. With January 1st after Wednesday for ISO the week number is the last week of the previous year. So, when I select the Januari for 2023, the week numbers are 1 up to 5 and 52 for the 1st only.

    • @IkMag
      @IkMag 8 หลายเดือนก่อน

      I solved my problem with an extra column in my calendar table:
      "WeekTxt" , CONCATENATE( CONCATENATE( MOD(year([date]) - IF(AND(WEEKNUM([date],21)>50,day([Date])

  • @mnedix
    @mnedix ปีที่แล้ว

    Great video, I need to replicate it so I can actually learn something out of it :)

  • @abhijeetshetye8785
    @abhijeetshetye8785 ปีที่แล้ว

    Not work with month & year calneder… like you show day where I want to show year mad where week I want to show quarter

  • @klebersanto50
    @klebersanto50 ปีที่แล้ว +2

    The second part of the video was really superficial explained.

  • @theanimal5977
    @theanimal5977 3 หลายเดือนก่อน

    Looks possible, but if you actually followed his steps, you will find many details information that could have been mentioned in the video. Felt like those information are being left out on purpose ... Very frustrating