Forum Discussion
Error Fetching Data
- 5 months ago
At this point, I just merged the two reports due to short timeline. After hours of searching I couldn't locate the reason.
The same error happens.
The measure I need to use in Report2:
Current Margin % =
This is all from Report1:
Current Margin % =
Current Margin in EUR =
Measure:
Measure:
Only calculated column:
Hi dsj8wksnnckk ,
Since you've already tested both measures and calculated columns and the issue persists in the Service, it likely isn't related to a column versus measure issue.
It seems that Report 2 could be extending the semantic model of Report 1, such as through relationships or added logic. This can sometimes cause the Service to behave differently than Desktop.
Please double check the following
1. Are there any new relationships in Report 2?
2. Have any calculated columns been added?
3. Is the Currency + Month combination unique in the FX Rates table for the LOOKUPVALUE function?
If possible, consider keeping Report 2 as a thin report and moving the scoring logic to Report 1.
Let us know what you find.