Forum Discussion
DAX calculated column extending Direct Query source table
Hi Anonymous ,
thank you for your reply. I think I am already using Composite model in Power BI:
But I am affraid there is a limitation in creating the DAX calculated column that for tables imported via DirectQuery it is not allowed to use data from different data source during adding the calculated columns:
What I am trying to achieve is following:
Level 2: Names coming from Persons table of the CRM database imported via DirectQuery
Level 1: Categories of person (calculated column "Person targets group") calculated based on the information if the specific person in Persons table has been assigned with an individual target specified in Excel sheet (another data source outside CRM DirectQuery data source).
Any idea how to solve the issue?
I have also tried to create a new DAX calculated table on top of Persons table (coming from CRM database imported via DirectQuery) directly in the "KPIs report":
So creating new calculated table directly in the report's dataset on top of DirectQuery source dataset is neither the solution.
Any other ideas?