Forum Discussion

Rdarshana's avatar
Rdarshana
Helper II
1 year ago
Solved

Native Query brings all data in tabular visual when currency conversion is applied.

Hi, I am wondering if anyone has faced this issue before. I have a SDM where I have a fact table containing data at date level.  Fact table is joined to the calendar table on Date ( inner join...
  • Rdarshana's avatar
    11 months ago

    All, 
    I wanted to inform that the issue was resolved. 

    A Date bridge table containing column with the first of month was added.
    This date bridge table was joined to the  Exchange Rate Table via a many-to-one join. 
    The date bridge table is then joined to the fact table via a one to many join. 

    The DAX query was then updated accordingly, and this resolved the issue.