Forum Discussion
Export data underlying data not available
I am having an issue, the below report is not exporting any underlying data as shown below. There is no underlying data coming over in the Gross Margin Performance Current vs. Previous.
Below is my power bi report
There is no underlying data coming over in the Gross Margin Performance Current vs. Previous when I try to export the data in Power BI service.
Please help me solve the issue, thanks
Bhavesh
3 Replies
- AnonymousNot applicable
I used Clustered Column chart with Report month as Axis, (Order entry, Updated OEC, Curr OEC) as Legend and one calculated column (Value_GrossProfit_$ / Value_Sales_$ =
DIVIDE(SUM('GPM'[Value_GrossProfit_$]), SUM('GPM'[Value_Sales_$])) * 100) as Value.I think the reason is, for using a calculated column in the visual I am not getting any underlying data when export.
How to resolve this problem? Help needed, thanks.
Bhavesh