Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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.
Check out the July 2025 Power BI update to learn about new features.