I have table 5 tables
A(dimesion1)
B(dimesion2)
C( fact1)
D (fact2)
E( fact3)
Where A and B have relationship with all 3 fact tables.at bmm layer I have multiple tables sources with this 3 fact tables
Now I am trying to create report where my report should use two dimensions and C( fact1) but report is using D (fact2)
How can i make that it should use C( fact1) in the report
I tried using priority group as give C( fact1) as 1, But did not helped .
Can anyone please suggest