We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
Hi,
I'm trying to pass a parameter to a SAP BW query but I keep getting an error that says "The value is not a cube." Below is my query. Much appreciated if someone can help fix this.
let
Prefix = "[0FISCPER]",
CuurentPeriod = Text.Combine({"Z6",Param_CurrentPeriod}),
#"GetParameterValue" = "[" & (CuurentPeriod) & "]",
Orders = #"Fact Sales Open Orders",
#"Added items" = Cube.Transform(Orders,
{
{Cube.ApplyParameter, "[!V000001]", {"[0FISCPER]." & #"GetParameterValue"}},
....
})
in
#"Added items"
Solved! Go to Solution.
I managed to get around the error by creating a fuction to pass the parameter 😃
I managed to get around the error by creating a fuction to pass the parameter 😃
This worked for me.
ST is current data in format YYYYMMDD
Can you share your solution.
It will be very helpful.
Based on the sources below, the first thing I'd recommend is making sure Power BI is up to date.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 5 | |
| 3 | |
| 3 | |
| 2 | |
| 2 |
| User | Count |
|---|---|
| 11 | |
| 10 | |
| 7 | |
| 6 | |
| 5 |