Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Finding a root id using multiple nested joins - Is there a more performant option?

Hello,   I have a table that includes a column containing previous_ids. I want to use this column to find each record's root id. Some records don't have a previous_id and some previous_id's lead to...
  • wdx223_Daniel's avatar
    4 years ago

    the category of PATH function in DAX can resolve this kind of problems efficiently.

    in M language, it may take more resources and time.