Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

RELATED, MERGE table or none

Hi guys, I have a transactions table and a lookup table. They're both connected by rate type. I wanna see how much is my revenue for a specific periode and rate, as well as the difference between ...
  • v-yuta-msft's avatar
    7 years ago

    Anonymous,

     

    Just pick columns between mutiple tables may cause some issue or mistabke. So to be general, I would suggest you to merge tables, not use DAX function like RELATED() or RELATEDTABLE() in report level because the DAX engine is much slow than power query engine. All in all, a much more simple and fastest way of data transformation is to do this in database using SQL.

     

    Community Support Team _ Jimmy Tao

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.