Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago

Disabling lineage

Hi

 

I'm creating, in DAX, a calculated table that UNION two ones

- a "normal" table

- and a SUMMARIZED one that takes data from another one

 

It works but when I try to drag relationships between other dimensions of my schema, PowerBI warns me of circular dependencies. As this table is not connected to anything else, I'm pretty sure that this is due to the fact that the SUMMARIZE takes data from a table and the lineage of the columns is preserved.

So I know that TREATAS can be used to "build" lineages, but is there any way to "disable" lineage when writing a summarize?


Thanks

2 Replies