Generate Year and Month Combinations in Power BI Report using DAX

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

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

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

    Thank you so much for posting this video. It solved a problem instantly for me that was causing a real headache! Your videos are extremely good!

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

    This took so much pain away from me!!! Thank you!!!

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

      Glad it helped!

  • @Max.Vianna
    @Max.Vianna 5 หลายเดือนก่อน

    Thank you, my friend! You have no idea how much you actually helped me with this tutorial.

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

      Thanks. Glad it helped :)

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

    Awesome!!! Thank you for sharing!!! I've immidiately replaced my old formula:
    =
    IF (
    'Calendar'[Month Number] < 10,
    'Calendar'[Year] & "-0" & 'Calendar'[Month Number],
    'Calendar'[Year] & "-" & 'Calendar'[Month Number]
    )
    to your smooth function based on FORMAT. Have a nice weekend!!!

    • @RADACAD
      @RADACAD  3 ปีที่แล้ว

      I am glad it helped Filip!

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

    how combine date, month and year with diffrent colmn to make one colmn date

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

    Thank you for your clear guidance. It helps me a lot.

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

      You're most welcome!

  • @kandavel.v2827
    @kandavel.v2827 2 ปีที่แล้ว +1

    Excellent and simple solution

    • @RADACAD
      @RADACAD  2 ปีที่แล้ว

      Glad you like it

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

    Thank you for this helpful tutorial :)

  • @happyexcel-ing
    @happyexcel-ing ปีที่แล้ว

    Subscribed..just because you are problem solver

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

    What about the formula if we use in direct query mode

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

      If you are using DirectQuery mode, then you can use SQL functions, depending on the source there are usually DATE FORMAT functions in database systems.

  • @jorgearmandoglez
    @jorgearmandoglez 2 ปีที่แล้ว

    Thank you, very clear and it helped me so much!!

  • @mobinapatan1159
    @mobinapatan1159 2 ปีที่แล้ว

    Excellent.....thank you so much...
    this video solved my problem...plz continue posting video

    • @RADACAD
      @RADACAD  2 ปีที่แล้ว

      Happy to help

  • @reinds2044
    @reinds2044 3 ปีที่แล้ว

    THANK YOU SO MUCH FOR THIS!

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

    Thanks Reza for this great video...

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

      My pleasure!

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

    You are smart, thanks for sharing

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

      Thanks for watching!

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

    Hey, thnks, easily explained concept.

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

      Most welcome!

  • @omotayogbadamosi4678
    @omotayogbadamosi4678 2 ปีที่แล้ว

    Thank you!

  • @GerardoGonzalez-g1y
    @GerardoGonzalez-g1y ปีที่แล้ว

    Thanks, very helpful

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

      You're welcome!

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

    Thanks so much

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

      You're welcome!

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

    Three clicks in Tableau, and in Power BI I need 3 columns and tons of work ... just saying

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

    thank you for sharing