Forum Discussion

Fcoatis's avatar
Fcoatis
Post Patron
7 years ago
Solved

M Query filter simulating IN VALUES

Hello, 

I know how to create a reduced Table in Table view with the following code:

CGJOBS Reduced = CALCULATETABLE(CGJOBS, CGJOBS[JOB] IN VALUES (realocJOBS [JOB]))

But I need to create this reduced table in a copy of the original using M code. Any help?

 

Thanks in advance

 

  • Hi Fcoatis ,

    It seems that you want to achieve the the same output in query editor.

    Assuming that you have the data sample like below.

     

    This is the output when we use your dax expression.

    We could achieve the output above in query editor with Merge query like below.

    Go to Edit Queries and click Merge Queries.

    Then expand column and filter out null rows.

    More details, you could refer to the Applied steps in my attachment.

    Best  Regards,

    Cherry

     

  • Hi Fcoatis ,

    Have you solved your problem?

    If you have solved, please always accept the replies making sense as solution to your question so that people who may have the same question can get the solution directly.

    If you still need help, please share your data sample and your desired output so that we could help further on it.

    Best  Regards,

    Cherry

     

2 Replies

  • v-piga-msft's avatar
    v-piga-msft
    Resident Rockstar

    Hi Fcoatis ,

    Have you solved your problem?

    If you have solved, please always accept the replies making sense as solution to your question so that people who may have the same question can get the solution directly.

    If you still need help, please share your data sample and your desired output so that we could help further on it.

    Best  Regards,

    Cherry

     

  • v-piga-msft's avatar
    v-piga-msft
    Resident Rockstar

    Hi Fcoatis ,

    It seems that you want to achieve the the same output in query editor.

    Assuming that you have the data sample like below.

     

    This is the output when we use your dax expression.

    We could achieve the output above in query editor with Merge query like below.

    Go to Edit Queries and click Merge Queries.

    Then expand column and filter out null rows.

    More details, you could refer to the Applied steps in my attachment.

    Best  Regards,

    Cherry