Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi there,
I was hoping someone could help me with an issue on a SAP BW connector.
there is a mandatory field to filter the query which needs to be applied. The problem is that if I select all the query will list all fields, but if a new one is created in the system, the new one will not be listed in the query. To avoid that I wanted to either find a formula to "Select ALL" or a formula to "Exclude ValueX", but it is not working and I am not finding any documentation or posts online about this.
My query is:
{Cube.ApplyParameter, "[NVNXX]", {{"[0CITOR].[9993949295]"}}, {{"[0CITOR].[9993949296]"}}, etc},
What I need is
{Cube.ApplyParameter, "[[NVNXX]", {{"ALLEXCEPT[0CITOR].[#]"}}},
Thank you all in advance for the help!
Hello! Tell me, please, have you learned how to exclude?