I have to bring data from more than 3 fact tables to show in a report, so my universe is having many to many join between the fact tables.
The problem here is when we send the query to the database it is getting more than a billion records and the query is not returning back.
Is there a way to avoid many to many join in the universe? like having a bridge tables in between the facts.
Any help on this is greatly appreciated
The problem here is when we send the query to the database it is getting more than a billion records and the query is not returning back.
Is there a way to avoid many to many join in the universe? like having a bridge tables in between the facts.
Any help on this is greatly appreciated