How to create a Time Table to analyze your Power BI or Excel data

Поделиться
HTML-код
  • Опубликовано: 29 ноя 2024

Комментарии • 125

  • @IvanCortinas_ES
    @IvanCortinas_ES 3 года назад +12

    Direct, effective, powerful, productive. As always, perfect. Thank you for the explanation Wyn!

  • @aygee5391
    @aygee5391 7 дней назад +1

    This is by far the most effective way of dealing with time based data set for visualization in PoweBi. I have an initial datetime data sets and have been experimenting with multiple ways I came across here in RUclips, e.g. creating new measures, new table, dax, which I think was complicating my data and me being more confused as a result. What a lifesaver. Thank you! You are an excellent teacher :)

    • @AccessAnalytic
      @AccessAnalytic  7 дней назад

      You’re very welcome. Thanks for taking the time to leave your thoughtful comment

  • @darktjo6578
    @darktjo6578 8 месяцев назад +1

    Usually I don't leave comments, but man, THANK YOU!!!!! The solution is simple and your explanation!!! Simple and direct!!! Outstanding!!!! Thanks again!!

    • @AccessAnalytic
      @AccessAnalytic  8 месяцев назад

      You’re welcome. Thanks for taking the time to leave a kind comment

  • @dlerouxa
    @dlerouxa 2 года назад +1

    Very clear explications. Your english is easy to understand moreover. Thanks a lot

  • @joshmarchini927
    @joshmarchini927 22 дня назад +1

    Such a wizard. Really great stuff thank you!

    • @AccessAnalytic
      @AccessAnalytic  21 день назад

      You’re welcome. Thanks for taking the time to leave a kind comment

  • @d20207
    @d20207 Год назад

    OMG!!!! This is the only video that explains time intervals in such an easy way. There other videos which explain the same objective but with DAX formulas and are so complicated!! this methodology is so easy to understand. Thank you!!

    • @AccessAnalytic
      @AccessAnalytic  Год назад

      You're welcome! Thanks for taking the time to leave a kind comment

  • @darlingtonezemadu5647
    @darlingtonezemadu5647 Год назад +1

    The explanation is concise and comprehensible. After couple of searches, this just saved my life. Thank you very much.

    • @AccessAnalytic
      @AccessAnalytic  Год назад +1

      Excellent! I appreciate you taking the time to let me know you found it useful

  • @ewuolablessingomolola9769
    @ewuolablessingomolola9769 2 года назад +4

    Thank you so much, this video helped me achieve exactly what I was trying to

    • @AccessAnalytic
      @AccessAnalytic  2 года назад

      Awesome, thanks for letting me know it helped you

  • @nataliiaiatsenko7779
    @nataliiaiatsenko7779 Год назад +2

    Use again your video. You are the best teacher!

  • @gabrielximenes6895
    @gabrielximenes6895 10 месяцев назад +1

    Thanks! Very good explanation with lots of good bits of power bi to learn! Excelent video!

  • @argenismata5084
    @argenismata5084 16 дней назад +1

    Great and neat explanation! Thanks

  • @yeeau
    @yeeau 4 месяца назад +1

    Only just came across this video...absolutely brilliant! and very well explained. Thanks

  • @natah1284
    @natah1284 2 года назад +1

    Just shared this channel with coworkers… worth every second!

  • @AnkitGupta-cn1zd
    @AnkitGupta-cn1zd 2 года назад +1

    You have the solution to all the query ...Thanks a ton

  • @mabenba
    @mabenba 2 года назад +2

    Thanks for this very informative tutorial! It really helped me a lot.

    • @AccessAnalytic
      @AccessAnalytic  2 года назад +1

      Great to hear Matias, thanks for taking the time to leave a kind comment

  • @guymorales
    @guymorales 6 месяцев назад +1

    I just came across this great video easy to follow and implement. Thanks

    • @AccessAnalytic
      @AccessAnalytic  6 месяцев назад +1

      You’re welcome Guy. I appreciate you taking the time to let me know you found it useful

  • @vinipowerbi
    @vinipowerbi 2 года назад +1

    Thank you so much , beautifully explained

  • @kelechie.2011
    @kelechie.2011 2 года назад +2

    Awesome. Straight to the point and helpful

  • @SaniGarba
    @SaniGarba 3 года назад +2

    This is a great solution. Thanks.

  • @loricksho515
    @loricksho515 7 месяцев назад +1

    Thank you so much! This solution helped a lot!

    • @AccessAnalytic
      @AccessAnalytic  7 месяцев назад

      No worries. I appreciate you taking the time to let me know you found it useful

  • @leofrittrang9095
    @leofrittrang9095 2 года назад +1

    Great Video, Thanks a lot! Is it somehow possible to show the last value for all empty 5 minute time slots? I have a data source that only gives out a new value output once there is a change to the value, if there is no change over a longer period of time that means that the value stays same.

    • @AccessAnalytic
      @AccessAnalytic  2 года назад

      Thanks Leo. That’s a more complex scenario than I can answer here without understanding the data more. I’d suggest posting some screenshots and details of what you are trying to do here community.powerbi.com/t5/Desktop/bd-p/power-bi-designer

  • @momo70467
    @momo70467 2 года назад

    @access Analytics. this an amazing video. I learned a lot. I am however looking for a way basically to define business day / date. in Bar/Nightclub company the regulation requires reporting business revenue based on the day the business day started:
    Monday business starts 6am and end 5:59:59 am on Tuesday and so on for the rest of the week.
    I need help figuring out a way to create a table visual that reflects the numbers that way. right now the way I do it cuts all day revs at midnight ... please help!

    • @AccessAnalytic
      @AccessAnalytic  2 года назад +1

      Hi Mo, maybe the query in this link is what you need? aasolutions.sharepoint.com/:x:/s/PubliclyAvailableContent/EbFw84-KNGlGkKk0IhcVNyoBRycR3JuR5N1UTFGxp4Q9Ww?e=Cxw0Iq
      After opening Go to Save As and download a copy

  • @bgkearns
    @bgkearns Год назад +1

    Great video, How would I create a measure to calculate a running total across both the time and calendar tables?

    • @AccessAnalytic
      @AccessAnalytic  Год назад

      Maybe something like
      // Sales Lifetime to Date (LTD) Calculation
      Sales LTD =
      VAR MaxDate = MAX('Calendar'[Date])
      VAR MaxTime = MAX('Time'[Time])
      VAR LifetimeSales =
      CALCULATE (
      [Sales],
      FILTER (
      ALL('Calendar', 'Time'),
      'Calendar'[Date]

  • @MisplacedTrust
    @MisplacedTrust 2 года назад +1

    Great work and presentation, thank you

  • @bentatlim
    @bentatlim 2 года назад +1

    I love love love your videos :) They are so helpfull !!!! Amazing ! THANK YOU !!!!

  • @AnkitGupta-cn1zd
    @AnkitGupta-cn1zd 2 года назад

    It seems quite easy, I have just a small issue, How to proceed when I am actually working on my data set, to perform each and every task consumes 15-20 min. makes the easy things look bit messy. If you can suggest on this that would be a great help to me.

  • @nataliiaiatsenko7779
    @nataliiaiatsenko7779 Год назад +1

    Thank you very much. You helped a lot!

  • @Fyllype
    @Fyllype 2 года назад +1

    You are on another level! thanks

  • @macrokiler
    @macrokiler 2 года назад +1

    Wyn! Nice job over there! I wonder if I have "start_time" and "end_time" columns, visualization-wise, how could I approach this? Should I use only the started_time column? Only the ended_time? Cause here I wouldn't have a "master time column". If anyone can help me.

    • @AccessAnalytic
      @AccessAnalytic  2 года назад +1

      Thanks Bruno, If you need to report on both then bring in both and connect both to your Calendar. One will be the active primary solid line relationship and the other will be an inactive dotted line. You then use the USERELATIONSHIP function in DAX to trigger the dotted line as required.

    • @macrokiler
      @macrokiler 2 года назад +1

      @@AccessAnalytic Ok! Thank you so much! Enjoying your channel a lot.

  • @ChrisSmithFW
    @ChrisSmithFW 2 года назад +1

    This is great. Thank you very much.

  • @wayneedmondson1065
    @wayneedmondson1065 3 года назад +2

    Hi Wyn. Excellent! Some very good tips and techniques there. Thanks for sharing :)) Thumbs up!!

    • @AccessAnalytic
      @AccessAnalytic  3 года назад +1

      Cheers Wayne, you never know when some bits will come in handy

  • @zcc7156
    @zcc7156 2 года назад +1

    super awesome and easy to follow

    • @AccessAnalytic
      @AccessAnalytic  2 года назад

      Thanks for taking the time to leave a kind comment

  • @androtele9887
    @androtele9887 2 года назад

    Thank you for this video. It is helpful. I’m learning a lot of new things.
    I don't know if can help.I have challenge that currently I was not able to sort out. I need to plot big dataset where I have as X axle the time (gg/mm hh:mm) and as Y axle several numerical series. Usually, I’m able to plot them with Excel, but when I need to go granular, Excel frozen (in the best case). I need that, because first I have a look to the whole trend as general and then zoom in where there are some discontinuities. To zoom in, I’m filtering the table. Is there an easy and smarter way to do this with Excel or Power Bi or? Thank you for any suggestion.

    • @AccessAnalytic
      @AccessAnalytic  2 года назад +1

      Power BI has a zoom slider feature for axis, plus there are a few custom visuals like this that may help blog.pragmaticworks.com/power-bi-custom-visuals-time-brush

    • @androtele9887
      @androtele9887 2 года назад +1

      @@AccessAnalytic Thank you very much

  • @matthewgalport6096
    @matthewgalport6096 9 месяцев назад +1

    Fantastic tutorial

  • @SamiElzaim
    @SamiElzaim 3 года назад +2

    Great one ! Thank you.

  • @carlocalingasan998
    @carlocalingasan998 2 дня назад +1

    Thank you.

  • @Bhavik_Khatri
    @Bhavik_Khatri 2 года назад +1

    Very nice tutorial 👍

    • @AccessAnalytic
      @AccessAnalytic  2 года назад

      Thanks Bhavik 😃, I'm glad you're finding these videos useful

  • @lorenzoladejobi8701
    @lorenzoladejobi8701 3 года назад +1

    Very educative! Thank you

  • @bendunford8732
    @bendunford8732 2 года назад

    Win, this is terrific. Any advice on how to sort the hour time slots in chronological time order (12:00am in the morning through the day to 11:59pm?) I can't seem to make it work on my end.😀

    • @AccessAnalytic
      @AccessAnalytic  2 года назад

      You might need to add an index column and then use the sort by button

    • @AccessAnalytic
      @AccessAnalytic  2 года назад

      Although unless the column is text it should sort in numerical order.

  • @sravankumar4860
    @sravankumar4860 Год назад

    Hi Sir, Can you please help me how to find the overlapping start and stop dates for patients using Excel. Thanks.

    • @AccessAnalytic
      @AccessAnalytic  Год назад

      Hi, would need more information and examples sorry. You should post the question with some example data and more description here techcommunity.microsoft.com/t5/microsoft-excel/ct-p/Excel_Cat?WT.mc_id=M365-MVP-5002589

  • @mnowako
    @mnowako 3 года назад +1

    Excellent! Thank you!

  • @oconnorra
    @oconnorra 2 года назад +1

    Thanks a lot man! Good stuff

  • @JasonCiani
    @JasonCiani Год назад +1

    Amazing video.

  • @TookieBunten
    @TookieBunten 2 года назад

    Would love something like this for minutes, seconds and hundredths. MM:SS.00 and converting numbers stored as text to that format. Can never get power query to do it

  • @souzaeq
    @souzaeq Год назад

    Nice video; really helped. I still have one doubt: I need to divide the value to split among the days, wich time dax or transformation in power query should I use like to divide the total revenue by the number of days and then create a line for each recurrence. Like: USD 100/ 4 days, is USD 25/ day, how can I automatically generate starting from current information as 4/jan/2023 (end date) with 100 USD to 1/jan/2023 with USD 25, 2/jan/2023 with USD 25, 3/jan/2023 with USD 25 and 4/jan/2023 with USD 25 ?

    • @AccessAnalytic
      @AccessAnalytic  Год назад

      Bit too tricky to explain here sorry. I'd suggest posting to one of the forums such as community.fabric.microsoft.com/t5/Desktop/bd-p/power-bi-designer
      Or
      techcommunity.microsoft.com/t5/excel/bd-p/ExcelGeneral
      or
      www.reddit.com/r/PowerBI/new/

  • @alaahassan135
    @alaahassan135 2 года назад +1

    Realy amazing, Thanks

  • @sonyse2t5
    @sonyse2t5 2 года назад +1

    Ace presentation.

  • @me58123
    @me58123 Год назад +1

    very helpful!!

  • @FRANKWHITE1996
    @FRANKWHITE1996 3 года назад +1

    Thanks for sharing! 👍

  • @juliuslucindo2279
    @juliuslucindo2279 2 месяца назад

    Hi, i tried to do this on my data but when I click the date columns it redirects me to a table, while clicking the time columns do the thing that your date columns do. what could be the problem on this
    it seems like my columns work the other way around

    • @AccessAnalytic
      @AccessAnalytic  2 месяца назад

      I don’t understand sorry. Could you explain more. What do you mean “when I click the date column”. Is there a specific part of the video you are referring to?

  • @juanarturosilvaordaz8827
    @juanarturosilvaordaz8827 2 года назад

    Hello, does anyone know the measure for "Number of Units"? It'd be great if you could share it

    • @AccessAnalytic
      @AccessAnalytic  2 года назад +1

      There isn’t one measure that fits. It’s dependent on the structure and names of tables and columns. This isn’t specifically Time related is it?
      Is it not =SUM( TableName( ColumnName) )

  • @MonteBStJohns
    @MonteBStJohns Месяц назад

    Is there a way to get the same outcome but within Excel - not using Power BI?

    • @AccessAnalytic
      @AccessAnalytic  Месяц назад

      Within the Excel data model yes. You could also use XLOOKUPS and a standard pivot

    • @MonteBStJohns
      @MonteBStJohns Месяц назад

      @@AccessAnalytic how do you replicate the BI Chart set up that you did when using Excel data model?

    • @AccessAnalytic
      @AccessAnalytic  Месяц назад

      @MonteBStJohns you can create a Pivot Chart

  • @Shot_down12
    @Shot_down12 2 года назад

    HI, when i use this method time stamp 5:00:00 convert to Time to min 4:59:00, how can i avoid this?

    • @AccessAnalytic
      @AccessAnalytic  2 года назад

      I'm not sure sorry , i'd suggest posting a screenshot and example file here techcommunity.microsoft.com/t5/excel/bd-p/ExcelGeneral

  • @ashokganne9116
    @ashokganne9116 Год назад

    How can we create time bucket 9 to 10 hr, 10 to11 hr based on time table

    • @AccessAnalytic
      @AccessAnalytic  Год назад

      I’d try using Column from Examples and type in a few different examples on the relevant rows. Otherwise you’ll need to write a custom column formula

  • @pabeader1941
    @pabeader1941 3 года назад +1

    I love you. I want to have your children. All kidding aside. I have been looking for ANYBODY talking about actual TIME info. Now if we can just get the Power Platform folks to add TIME to their ecosystem. And change the name to Period Intelligence instead of Time Intelligence (which it isn't)

  • @MonteBStJohns
    @MonteBStJohns Месяц назад

    Did anyone ever figure out the measure (time 11:12) for number of units?

  • @tonyrooibos
    @tonyrooibos Год назад +1

    This looks like too much hard work, compared to other products, (Matlab, R, KNIME, etc) . IMO Power BI is not a great tool for time series analysis, as it does not handle time easily. A time stamp to even milli-seconds should be able to be handled transparently. Maybe MS will add such functionality going forward.

    • @AccessAnalytic
      @AccessAnalytic  Год назад

      It would be great if there were built in buttons / ui features to help people build their own Date and Time tables

    • @tonyrooibos
      @tonyrooibos Год назад

      @@AccessAnalytic - There are other tools I have available, some since the early nineties, where the tool automatically handles timestamps from years down to fractions of a second, with no need for wrangling of timestamps eg to separate and handle data and times separately. Even EXCEL can sort of do this. Why cannot Power BI do this too ? Or maybe it can ? For exmaple I may have timestamps as yyyy-mm-dd HH:MM:SS and possibly 10, 000 columns, 100 of millions of rows, and want to plot say an XY with X = time, Y - any variable quickly. No fuss. ???

    • @AccessAnalytic
      @AccessAnalytic  Год назад

      Power BI won’t handle 10000 columns ( normally you unpivot those columns to make longer thinner tables, but with 100 million rows it’s unlikely to cope with that, you’d need some earlier database view prep I’d imagine.
      You can display date time on a graph

    • @tonyrooibos
      @tonyrooibos Год назад

      @@AccessAnalytic Thanks for the advice. The data is not amenable to aggregating etc, but that is another story.

  • @IncredibleAdventure1
    @IncredibleAdventure1 Год назад +1

    Simpler Way
    NearestMinuteTime = ROUND([TIME_STAMP]*1440,0)/1440

    • @IncredibleAdventure1
      @IncredibleAdventure1 Год назад

      I found out that if you do it this way the relationships in the model do not work. You have to do it in Power Query Editor

    • @AccessAnalytic
      @AccessAnalytic  Год назад

      Always advisable to add new columns in Power Query rather than DAX