DAX Fridays

Поділитися
Вставка
  • Опубліковано 2 лют 2025

КОМЕНТАРІ • 36

  • @rauljimenez5485
    @rauljimenez5485 4 роки тому +12

    I use calculatetable to improve performance. E.g. To create a measure that counts how many clients there are in the group that accounts for 80% sales (Pareto Analysis) y could filter the client table and count the rows. The issue with that is that the filtered table still has all the columns of the client table, it is "heavier". Instead, I create a table with only the client ID column and apply a filter to that which returns only the clients that are in the group that accounts for 80% of sales, that is a "lighter", less expensive measure.

  • @philipmathew6542
    @philipmathew6542 2 роки тому

    Nicely explained....thanks a ton.

  • @veeek8
    @veeek8 4 місяці тому

    Wooooooah this is cool, didn't realise you could make tables in dax.

    • @CurbalEN
      @CurbalEN  4 місяці тому

      It is!! A lot of dax functions create tables :)

  • @abhishekstatus_7
    @abhishekstatus_7 4 роки тому

    Thanks for uploading this Ruth !! You are awesome!!

  • @suryasahoo3771
    @suryasahoo3771 4 роки тому +1

    Excellent, Thanks for sharing Ruth 😊

  • @deecammack1452
    @deecammack1452 4 роки тому

    I'm very new with Power BI and this was helpful. :) Thank you!

  • @soumikmishra7288
    @soumikmishra7288 3 роки тому

    Absolutely Wonderful!, Thanks Ruth

  • @diegonoliveira
    @diegonoliveira 4 роки тому +1

    Amazing content... Thank you for share your knowledge !!!

  • @marksmith8021
    @marksmith8021 Рік тому

    Hi Ruth, I'm trying to create a report that shows our Donors where their donations ended up. In our fact table the donation is recorded by Lot number, and then when we distribute it to food pantries it is on a different record with the Lot Number being the key between the two records.
    I can use a Calculate Table and filter based on the Selected Donor Id... but then I only want the distinct Lot numbers, that can be used in a measure to get the distribution side. Is this possible?
    Or is there a better way to do this?

  • @kennethstephani692
    @kennethstephani692 4 роки тому

    Terrific, as always, Ruth!

  • @schipuu6669
    @schipuu6669 3 роки тому

    Thank you sooooooo much! You helped me perfect by my actual problem! Now I defently understand the diffrent

  • @thomasivarsson2468
    @thomasivarsson2468 4 роки тому

    Bra genomgång som vanligt Rut och jag har lärt mig vad Queso Cabrales är. Ost från Austurias.

    • @CurbalEN
      @CurbalEN  4 роки тому +1

      Enligt mitt pappa bästa osten i världen;)

  • @michaeloloishuro6915
    @michaeloloishuro6915 4 роки тому

    Thanks the difference is clear.

  • @Su-ec7pj
    @Su-ec7pj 4 роки тому

    Is there any performance difference between those two calculations that you demonstrated (one using CALCULATE & another using CALCULATETABLE)?

    • @CurbalEN
      @CurbalEN  4 роки тому

      Performance depends on so many parameters that you need to check that with your model and data.

  • @Henrik.Vestergaard
    @Henrik.Vestergaard 4 роки тому

    So great, you nail it again, thanks

  • @zubairso
    @zubairso 4 роки тому

    Always some insightful information, thanks!

  • @togetherpbi4506
    @togetherpbi4506 4 роки тому

    Hi Ruth , I am unable to find the video where you guided us to import countries flags in Olympics dashboard. Can you please help with the link .
    Thanks
    Tej

    • @johngriffiths4636
      @johngriffiths4636 4 роки тому

      Try ua-cam.com/video/tZXY9RZwd3U/v-deo.html&ab_channel=Curbal or look in curbal resources for the pbix.

  • @marcelocabral5096
    @marcelocabral5096 2 роки тому

    Great vídeo tks ;)

  • @derekcech3893
    @derekcech3893 4 роки тому

    Hi Ruth, I have an issue with my table. Sometimes our company has multiple sales within the same row because different products were sold.
    For example
    Deployment ID Product Name #1 Product Name # 2 Product Name #3
    53 Apples Oranges Apples
    My issue is when I use a splicer for apples from product name #1, powerbi does not pick up the apples in product name #3 which makes our analysis wrong. I want to be able to have a solution that can pick up apples no matter what column they're in. Any help would be great :)

    • @CurbalEN
      @CurbalEN  4 роки тому +1

      That is a perfect question to post in the power bi community. The solution is always hidden in the details, so make sure you post sample data.

  • @noahhamdu3790
    @noahhamdu3790 4 роки тому

    Could you do gross profit margins

  • @brunof.s.8186
    @brunof.s.8186 4 роки тому +2

    Excelent.
    What about FILTER and CALCULATETABLE? the difference is more subtle because both return tables. in the end, i almost use FILTER because is a-shorter and b-much more intuitive. Maybe a future video? :)

    • @CurbalEN
      @CurbalEN  4 роки тому +2

      Definitely! :)

    • @김차수-k2u
      @김차수-k2u 4 роки тому

      wow i am always curious about filter and calculatetable, please deal with difference haha

  • @leandrocampolim3812
    @leandrocampolim3812 4 роки тому

    I love u.

  • @entstuff381
    @entstuff381 4 роки тому

    👍