Hi,
I'm writing an AOT query using the PurchLines as a base table. I'm using the DefaultDimensionView to link to dimensions. The issue is that dimensions are represented as rows in the DefaultDimensionView. This causes duplication on the PurchLines for each dimension. What I really need is an pivoted version of the view. I've researched and it appears there is no PIVOT function in the AOT.
Note, I can't use the SSRS/Query framework to pick up the dimensions. I need them in my main AOT query.
This has to be a common requirement for reporting. How have others overcome it?
Best
Lee
*This post is locked for comments