Forum Discussion
SAP BW connectivity issue
Can you clarify if you are in the Desktop or Service? I am assuming Desktop and are you using the SAP Hana Database connector, I do not see the specific one for SAP Business Warehouse. I guess, how are you connecting to it?
- saagarkinja10 years agoAdvocate II
Hi Smoupre,
Thanks for your kind revert.
I am using Power BI SAP BW Direct connector (Preview) in Power BI Desktop. I am connected to domain and able to communicate with SAP BW server.
Post selecting desired measures and dimensions ( I selected 2 measures and 4 dimensions), is starts "Loading into Data Model".
After some time, it returns this error mentioned.
Please let me know, if any specifics required.
- tristanstcyr10 years agoHelper I
We have a BW connector in preview.
What does your query look like?
- saagarkinja10 years agoAdvocate II
HI Tristan,
Thanks for your kind revert.
Yes I am using Power Bi SAP BW direct connector (Preview). I am able to connect and select dimensions and measures.
Please note, I am not using MDX ( I wrote multple MDX referring their Info Cubes but not working). I am selecting it manually.
In advance editor page, it is very simple,
------------------
let
Source = SapBusinessWarehouse.Cubes("----------", "----", "---"),
#"$INFOCUBE" = Source{[Name="$INFOCUBE"]}[Data],
#"$---------" = #"$-----------"{[Id="$------------"]}[Data],
#"Added Items" = Cube.Transform(#"$-------", {{Cube.AddAndExpandDimensionColumn, "[----]", {"[---].[---]"}, {"--------------------------------------"}}, {Cube.AddAndExpandDimensionColumn, "[----------]", {"[--------].[LEVEL01]"}, {"--------"}}, {Cube.AddAndExpandDimensionColumn, "[---------]", {"[--------].[LEVEL01]"}, {"---------------------"}}, {Cube.AddAndExpandDimensionColumn, "[---------]", {"[------------].[---------]"}, {"------------"}}, {Cube.AddMeasureColumn, "-------------------", "[Measures].[------------]"}, {Cube.AddMeasureColumn, "------", "[Measures].[-------]"}})
in
#"Added Items"----------------------------------------------
Please let me know, if any specific details required.