Using Existing DAX Magic to Perform a DistinctX in Power BI

Поділитися
Вставка
  • Опубліковано 14 жов 2024

КОМЕНТАРІ • 15

  • @ilfacone
    @ilfacone 2 місяці тому +2

    Hey Mitchell. I just wanted to say thanks for sharing this and all the others I've seen on UA-cam that you've published over the last few years.
    The way you teach seems to resonate with me.
    Personally - I'd love to see some of the intermediate / Advanced level DAX videos in the future so please, by all means indulge us all with them if you can find the time to do so.
    Cheers to you and the guys.

  • @samuelliaw951
    @samuelliaw951 2 місяці тому

    This is cool! It consists multiple famous / useful DAX expression and the way you explain X function and thought on using select column got me thinking a lot. Good food for thought!

  • @anuragkumar-dm1er
    @anuragkumar-dm1er 2 місяці тому

    Would love to see more advanced and complex dax scenarios. Big fan of your teaching style.

  • @elmzlan
    @elmzlan 2 місяці тому

    Great video! As usual! Can you also use Values as this will return a single column of unique values if im not mistaken

  • @georgecook5120
    @georgecook5120 2 місяці тому

    A suggestion: Create a model that has "messy" data. By "messy" I mean data that comes from legacy systems that were not designed that well. I think showing people how to do data cleanup is one of the more under emphasized tasks when we talk about building out data models.

    • @baklava2tummy
      @baklava2tummy 2 місяці тому

      That cleanup should be done in the data warehouse really, rather than the PBI model.

    • @georgecook5120
      @georgecook5120 2 місяці тому

      @@baklava2tummy Ideally, you are correct. But my experience has shown me that is rarely ever done, unless they are forced to do it.

  • @mwaltercpa
    @mwaltercpa 2 місяці тому

    DISTINCTX? DAX click bait lol. Seriously, a great way to explore pairing functions together like Lego pieces to create solutions. Thanks for sharing Mitchell! 🙌

  • @francescobedinijacobini
    @francescobedinijacobini 2 місяці тому

    I had really hi hopes in analysing data with Power BI, but I find over and over that I CANNOT rely on PBI’s reliability: I cannot replicate the data!

  • @kot23
    @kot23 2 місяці тому

    I must be missing something, because I don't get why you use RELATEDTABLE() since the relation goes from the one side to the many, so it already implicitly does that filtering. Wouldn't simply using VALUES( column) work the same way and be even simpler? Also, the column with the `ChildItem` column is a bit misleading, because there is already the relationship on the order ID; so for order 123 I already get the relevant detail rows through the relationship, no need to bother with the `children` column, or summarize() or selectcolumns() over a relatedtable(). Just use VALUES().

  • @shanestocks89
    @shanestocks89 2 місяці тому

    I'd have done this in Power Query by delimiter you can make new rows, then I'd do the merge and revert back

  • @rameshkandi
    @rameshkandi 2 місяці тому

    Wow.

  • @frankgovers8420
    @frankgovers8420 2 місяці тому

    Where is distinctX?? See title