Power BI DAX Tutorial (7/50) - What Is SamePeriodLastyear

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

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

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

    Much appreciation to you. You are actually changing lives for better. Thank you.

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

      Thanks keep learning share this channel with friends and colleagues

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

    Thank you sir, my all concepts are getting cleared by your precise explainations. I appreciate your efforts from bottom of my heart. I shared you channel to my friends. Again thank you. one request - pls upload more videos on more dax functions.

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

      Thanks keep learning share this channel with friends and colleagues. Sure will upload more videos

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

    Big thank you for that filter tip! That solved a lot of the issues I been running into.

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

      Thanks keep learning

    • @ShaRaj-t2c
      @ShaRaj-t2c 6 месяцев назад

      @@AnalyticswithNags sir can u share the data set plz

  • @Idgaf-1998
    @Idgaf-1998 Год назад +1

    salute to this guy. :)

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

      Thanks keep learning share this channel with friends and colleagues

  • @raushanchoudhary103
    @raushanchoudhary103 5 месяцев назад

    Superb..very nicely explained dear...best wishes

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

    Amazing

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

    Excellent Explanation skills. Kindly Provide the schema of Dimdate,ProductMaster,SalesMaster tables

  • @raviranjansingh5527
    @raviranjansingh5527 4 года назад

    great sir,way of explaining every point ,even tiny point u covered.

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

    Thanks for zoom out your code ❤

  • @siddheshdandagavhal9804
    @siddheshdandagavhal9804 3 месяца назад

    1) To create dynamic Last year sales measure which can dynamically changed to month/quarter by drilling down:
    Sales PrevPeriod = Calculate(Sum(Sales[Sales Amount]), SamePeriodLastYear(DimDate[date].[Date]))

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

    Thankyou so much .

  • @ssaaajdijj
    @ssaaajdijj 4 года назад

    excellent description naga's !! please keep it going

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

    Why we are using .date ? Will you provide the video link?

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

    I think same period last year is used in calculate function intern acting as a filter internally

  • @MdJahidulAlam-gl1jn
    @MdJahidulAlam-gl1jn 2 месяца назад

    How did you find the DIMDATE,SALES table ? There is no such table in the data set.

  • @big-bang-movies
    @big-bang-movies 2 года назад +1

    can you pls tell us how you have created that hierarchy Date table?

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

    Hi bro, For me drill down button is not enabled in the visual. how to enable ?

  • @adarshshetty1095
    @adarshshetty1095 4 месяца назад

    Hi Nags, I am not getting Dimdate option by default when I am trying to write Sameperiodlastyear formula? Do you know why I am facing this issue? Thank you

    • @krishnagoswami8571
      @krishnagoswami8571 3 месяца назад

      Dimdate is a calculated calendar table. You need to create a table

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

    Can I get previous financial year till date(PFYTD) with this function please

  • @balaroxx2700
    @balaroxx2700 6 месяцев назад

    Why the formulas are not in the same line ? Is it OK if I write formulas in a single line

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

    sir please provide the dim date Table & Sales Table, i have already checked in description tables is not available

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

      ruclips.net/video/BnqtBxGbo0M/видео.html
      Follow the complete playlist for sales fact

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

    what about dates in different fiscal year? This calculation gives me year closing December..I want to have Apr-March FY..

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

      Create is fiscal year flag and filter that in the report

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

    Sir why we use .date
    I have been waiting for that

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

      Check with same search in channel, I have made a separate video on this

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

    The concept was very well explained. However, I am facing some issue in this usecase.
    Would like to calculate growth over corresponding period of the previous year. The granularity needed is calendar month.
    Model comprises of EmployeeData [FACT] and Calendar [DIMENSION] linked on EmployeeData.ActionDate and Calendar.Date columns.
    EmployeeData has one row for every active calendar month wherein ActionDate is the last day of month and RecType = “Closing”.
    For every new joining employee a row is added in the joining month with ActionDate = Date of joining and RecType = “Joiner”.
    Next we have for every exiting employee a row in the month of exit a row with ActionDate = Last working date and RecType = “Leaver”.
    We have “FinYear” as slicer wherein our FinYear is Apr-Mar. Current selection by default is “2021-22” and we are in the month of June i.e. 3 months into the Fin. Year.
    Explanation:
    1. Selected FinYear is 2021-22
    2. We have 4 (Apr) + 9(May) joiners in the current year (2021-22). No joiners in the month of June.
    3. Joiners count displayed is 13 and that is also same as YTD Joiners.
    4. There were 39 joiners in the previous year with just 1 during Apr-Jun period.
    5. We are using the KPI visual for Joiners and expect to display 13 as the Indicator and compare it with a Goal 1 (Apr-Jun of FY 2020-21) to growth displayed as 130%.
    6. We are using SAMEPERIODLASTYEAR function with Joiner and it considers 39 instead of 1.
    Advance thanks for your guidance.

    • @AnalyticswithNags
      @AnalyticswithNags  3 года назад

      All these date calculation works closely with date column. Either you need to choose this quarter as a slicer or filter. Since you don't apply any slicer or filter for the quarter..you chooses entire financial year in a slicer..it consider whole previous year.

    • @satishkumardommeti8282
      @satishkumardommeti8282 3 года назад

      @@AnalyticswithNags Does that mean that date period is full Fin Year (Apr-21 to Mar-22) and hence SAMEPERIODLASTYEAR considers Apr-20 to Mar-21 to evaluate the value.
      What do you recommend if I wish to look at number of months in current selection and limit SAMEPERIODLASTYEAR functionn also to the corresponding months of LY.

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

      You need to filter the period in slicer. Then current year measure and LY measure will give you the expected results.

    • @satishkumardommeti8282
      @satishkumardommeti8282 3 года назад

      @@AnalyticswithNags Thanks yes this seems to do the trick. Now the next requirement is how to dynamically set this visual level filter with a measure. I am trying but without much success. Can you please share some references that can help achieve this. Advance thanks.

    • @satishkumardommeti8282
      @satishkumardommeti8282 3 года назад

      I continued with my efforts to resolve it by myself and have fixed it. Thought I should keep you informed and not waste your time. Thanks once again.

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

    Can we take total sales instead of sales amount

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

    Hi Bro in the description the file you have given in that file Sales table and DimDate table not there. Please give that file also

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

      Dim date check the video related to dim date table creation

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

    Hi nags please upload remaining 13 videos also

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

      All videos are ongoing. Subscribe to get the latest updates from the channel

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

    Hi sir while showing previous year tooltip is showing current year only...like cursor displaying same year

  • @rajeevpatchigolla6713
    @rajeevpatchigolla6713 4 года назад

    hai bro your explantion is good ..in this video i have some problem how to measure date function?

    • @AnalyticswithNags
      @AnalyticswithNags  4 года назад

      Let me check, email me the details

    • @rajeevpatchigolla6713
      @rajeevpatchigolla6713 4 года назад

      @@AnalyticswithNags rajeevpatchigolla@gmail.com

    • @AnalyticswithNags
      @AnalyticswithNags  3 года назад

      @@rajeevpatchigolla6713 email to my email id , the details of your issue , check the desc for my email id

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

    sir where is sales table ...from the data source link there is data nd product master but not sales table can u pls reply

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

    Hi sir , can you plse help me to how to create dim tabel using sales tabel or else can you plse upload dimdate datasource link

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

      Check playlists of this channel and explore topics on the similar line requested by you.

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

    Sales tables is not available in the Excel file...

  • @Infa.Only.-bm8id
    @Infa.Only.-bm8id 18 дней назад

    Hello all, could anyone let me know regarding row wise sales for sum(sales amount) in table chart. I am not getting that., help needed.

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

    sir , how to create date hierarchy

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

    I am trying the same function but instead of previous year value of current year is only coming can anyone help

  • @SocialMedia-io1tz
    @SocialMedia-io1tz 2 года назад +1

    I am getting error as samplperiodlastyear require contiguous period
    last year January 01 week for 3rd jan was there and this year it is 52 for 3rd jan

  • @reb4406
    @reb4406 3 года назад

    How to get current year sales only? Please explain I have been used TOTALYTD function but it showing same sales by years regarding.

    • @AnalyticswithNags
      @AnalyticswithNags  3 года назад

      Watch this two videos
      ruclips.net/video/uDQshJTP56s/видео.html
      ruclips.net/video/tXdze9PxYIg/видео.html
      Choose the one that suits your requirement

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

    hi sir,drill down feature is not showing in chart

    • @AnalyticswithNags
      @AnalyticswithNags  3 года назад

      Only if you have two columns or hierarchy then only drill down will appear

  • @SakthiswarubiniRajagopal-nv5uq

    How's the dim date came?

  • @javedhassansheik903
    @javedhassansheik903 9 месяцев назад

    If we do the sales per day with leap year what will it show for the 29 feb

  • @fabiodigiovine9737
    @fabiodigiovine9737 3 года назад

    When I drill down my data by client or product I get the below error (this happen where there are months for a particular client/product with no volumes):
    “Function ‘SAMEPERIODLASTYEAR’ expects a contiguous selection”.
    Do you know how to solve this problem?
    Thanks

    • @AnalyticswithNags
      @AnalyticswithNags  3 года назад

      Yes, usually to handle such a scenerio, Insert a record for client and product combination for missing dates with volume as 0 in the database. This how we usually handle such a scenerio

    • @fabiodigiovine9737
      @fabiodigiovine9737 3 года назад

      @@AnalyticswithNags maybe is fine if you have a small table that is easy to amend manually. Definitely not ideal if you have a lot of data.
      Hopefully Microsoft will fix this issue soon...

  • @kunalkumar-hl6gv
    @kunalkumar-hl6gv Год назад +1

    where is the dataset?

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

      we dont maintain excel , prepare your own file like the one shown , with your own sample data.

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

    How to reach you sir

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

    Why is this video not getting played

  • @raviranjansingh5527
    @raviranjansingh5527 4 года назад

    please update new video sir

    • @AnalyticswithNags
      @AnalyticswithNags  4 года назад

      Hi Ravi, we are extremely happy to see a aggressive learner like this. We are busy this week, as we are also working professionals and committed to our dealines. We will upload videos regularly from next week. Keep learning.

    • @raviranjansingh5527
      @raviranjansingh5527 4 года назад

      @@AnalyticswithNags thanks sir,because i
      want learn and grow up in i.t filed .Now i am fresher but have a good experience in power bi because of you.