Forum Discussion
Anonymous
5 years agoNot applicable
DAX query question / performance issue
Hey guys, i've just started working with DAX and need some help with a DAX query / performance issue. I'm using direct query mode and display the data in a matrix. There are two Tables (one fa...
Anonymous
5 years agoNot applicable
lbendlin you are completely right.
i was that mutch focussed on DAX that i didnt see the basic problem. Of course, exchange rates is no dimension. it is a fact. I've adjusted the datamodel (merged those two fact tables to one) and got rid of the many to many relationship.
wdx223_Daniel thanks also for that!