Hi everyone,
Can you advice on this please?
I just end implementing the currency conversion using a many to many case.
Exchange Rate Measure group for 2 currencies, one measure to apply the currency, Currency Dimension , Reporting Currency Dimension, MDX generated in the calculation tab, generate a mdx query to check the currency is applied. So far so good... everything works fine. The issue is that I want to add a third currency this is what I did:
In the Exchange Rate table I added the new currency rate to populate the exchange rate measure group, in the currency dimension I added the new currency and process, since the reporting currency dimension at first was generated by the wizard, now I fix it manually on the data source view and process, i dont move anything on the mdx since I read it and it seems prepared in case new currencies are added.
Proccess the cube... and re-run the mdx query to obtain the new currency but the entire result shows null values, not even the first two currencies that already worked.
What can be wrong?... i tried to take out the new currency and everything was working fine again... but i really need to know how to add a new currency because the business will ad one next month.
Thank you very much for your kind help