Forum Discussion
AbdulRahman86
1 year agoFrequent Visitor
3 semantic models + DAX table - Refresh Issue
Hello Experts, I wanted to take your advice regarding Data Refresh : Problem statement as follow I have take bunch of tables from 3 different semantic models into single power bi desktop to creat...
- 1 year ago
Hello Team,
Its been fixed it in a different way.
thank you so much for your attention.
Akash_Varuna
1 year agoSuper User
Hi AbdulRahman86 I think this is occurring because DAX tables depend on other model tables and are recalculated during refresh, which isn't fully supported in Power BI Service for multiple semantic models. To resolve this, materialize the DAX table into one of the semantic models or replicate its logic in a Power BI Dataflow. Alternatively, pre-join or flatten relationships in the semantic models to eliminate the need for intermediate DAX tables.