Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
i have this data model ,
i want to create a Newtable where i have columns dim_document [title], fact_document[id],dim_journal[name],dim_audience[description],
*can not add the dim_audince[description] with the new table*
Hi, @Istiak_Ahmed
What fields are at play in the relationship you are describing, and can you give the data necessary to create a new table in a tabular format?
Best Regards,
Yang
Community Support Team
hey, thank you for your response
FACT_DOCUMENT [DOCUMENT_ID]-------------->DIM_DOCUMENT[ID]
FACT_DOCUMENT [JOURNAL_ID]--------------> DIM_JOURNAL[ID]
DIM_JOURNAL[ID] ------------------> DIM_JOURNAL_AUDIENCE [JOURNAL_ID]
DIM_JOURNAL_AUDIENCE [AUDIENCE_ID]---------------->DIM_AUDIENCE[ID]