DAX Fridays

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

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

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

    Hi Ruth @curbal, thank you so much for this video. It really helps me with my report. I have one question. I think this measure only looks to the orders that actually have a shipdate. When the orders do not have a shipdate (Orders that are still open) are not in this measure. So when you want to see the open orders of last week, it probably is not as valid as the data of 2020. Can you help me with this?

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

    Thank you Ruth! I spent a few hours figuring out the right formula in excel. Then I found this video and this worked perfectly!!! You are awesome!!!

  • @bettina.e-k
    @bettina.e-k 3 года назад +1

    Thank you Ruth, a perfect demonstration of "DAX is all about the filters" 😁 and using Variables for troubleshooting 😊 PLUS really useful technique!!

  • @mat.frazer
    @mat.frazer 10 месяцев назад

    Thank you. As soon as you started with the green dots my headache was listed and there was sense again in this world. Now to continuing watching the video.

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

      Wait till you see the purple ones 😂

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

    Thank you so much ... I have been struggling with this for ages, and your explanation has made everything just click into place 🙂

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

    Boom! Mind blown! @5:06, the light bulb went off in my mind, and this is indeed genius!

  • @fredbarnes196
    @fredbarnes196 10 месяцев назад

    This is fantastic, thank you. I think I understand that the CROSSFILTER is removing the relationship to CALENDAR. If you had multiple relationships from ORDER to CALENDAR you would have to remove those as well or the MONTH field will be bucketing on the UnCROSSFILTERED relationship.
    Is that right?

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

    what a clear cut explaination dear thank you

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

    Thank you and makes perfect sense using the Cross Filter

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

    Thank you for this! Wondering how I can apply this in showing requests or orders than went beyond and within cut off for our management?

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

    Thanks for the clear video. Is there a way to show at a point in time only orders that are open for more than x days? I'm trying to make a report that shows in a chart the number of tickets that are open for 30 days or more.

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

    Looks so easy when you explain! 😘 Love it!

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

      He made it easy for me, I am just passing the knowledge over :)

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

    Awesome video, what if I want to see in a chart, all the orders Opened (open date) and Closed (closed date) by week, the challenge im facing is that using table calendar with active relationship to active orders, sometimes is not coming back that week with the closed orders (inactive relationship). Not sure why closed orders are not coming back that week. Thoughts?

  • @Astronomynatureandmusic
    @Astronomynatureandmusic 10 месяцев назад

    Unfortunately I cannot find correct content for #208 in your download center. It says "Userrelationship with slicers".

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

    That’s Great Ruth! Thank you!!! 😊

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

    very helpful video, thank you! however I would like to ask - is it possible to use this expression with inactive relationship using "USERELATIONSHIP" function? the following expression I wanted to create doesn't work:
    CLOSED =
    var MaxDate=Max('calendar'[Datetime submit])
    var MinDate=Min('calendar'[Datetime submit])
    return
    CALCULATE(
    COUNTROWS(
    FILTER(events,
    events[closed_date]=MinDate
    ))
    ,
    CROSSFILTER('calendar'[Datetime submit], events[closed_date], None),
    USERELATIONSHIP('calendar'[Datetime submit],events[closed_date]))

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

    Hi Ruth, do you prefer CROSSFILTER instead of ALL function in this case? What is your recommendation?

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

      It is more about the model and data when deciding which one to use. Test all the options ( removefilters, all, crossfilter...) and check which one performs better for you.

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

    Great video, Ruth!

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

      Thanks, that blig post helped me tremendously when I got started!!

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

    Great Video, thanks. And I never realised you could zoom the text in the formula bar till now :)

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

      I should do it more often ;)

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

    What about date/time format and categorizing by month? Trying to figure it out for 2 months without any luck.

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

    Very cool video. 👍
    I would only like to ask you to increase the size of visuals, it is hard to see when watching on the phone. Like you did when you were writing a formula, that was easy to see.

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

      I try to remember that, but sometimes... will continue trying ;)

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

    Very helpful! Thank you!

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

    This is great! How would I alter this to count distinct? Thank you

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

    Will this dax work if not all orders have a shipped date?

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

    Love the idea! What software do you use to record your vids?

  • @bhanuprakash-ql7ut
    @bhanuprakash-ql7ut 2 года назад

    Hi Curbal can you please expalin bit clearly in relationship model ,what all relationship to be made

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

    Love the video thanks.

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

    This what I looking for👍

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

    great video thank you !!!

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

    Thank you!

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

    Ruuuth! Como siempre, muy educativo.

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

    How do i incorporate a distinct count ? Instead of countrows

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

    Great video and very helpfull. Thanks a lot!

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

    Nice, cross filter, first and second item, may switch. Date or order date does not matter

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

    Thanks but can't find the PBIX files

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

      The pbix file to get is the one in Gerhard's post :)

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

    Working with overlapping time periods is much easier in Excel then in Power BI

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

    As always 👍

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

    I tried it but I see the same number of cases for all months, anyone that had the same issue?

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

    name of the file pls?

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

      Get the file from Gerhard post, he has proper data for you to play with.

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

      Ty so much for the video. I'm waiting for next video to learn how to get the color on the table

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

      Yes, I was thinking to publish it already next week, but I think it will be on 2 weeks instead, but it is coming :)