Forum Discussion
tloup
2 years agoFrequent Visitor
Linking a custom table based on fact table with dimension table linked to the fact table
Hi I have a custom table within my Power BI report that I want to link with a dimenstion table that's linked to my fact table. On the surface there are no obvious ways of joining the tables (cust...
VijayP
Community Champion
2 years agoWhen you create a calculated table using DAX , it is not part of Data but it is part of Data model hence you cannot use it for the relation Data modelling.
To get this table as a table for RDB, you should create this table at Power Query Editor
tloup
2 years agoFrequent Visitor
Is it possible to build a table in this way using measures that I've already coded in DAX ?