Forum Discussion
Selecting Individual Prompt Options in Advance Editor
- 1 year ago
Hi @homboy27,
We wanted to kindly follow up to check if the solution I have provided for the issue worked? or let us know if you need any further assistance.
If my response resolved your issue, please mark it as "Accept as solution" and give kudos if you found it helpful.Thanks and regards,
Anjan Kumar Chippa
4 is equals to and 6 is between. When I try that with 4. It doesnt works.
Hi homboy27,
The issue here is like we can see one value is because the operator 4 means Equals, which supports only one value. When you pass two values only the first one is applied the rest are ignored. Cube parameters like ApplyParameter do not support multi value with Equals filters directly.
Try to use this below one, filter after the cube is loaded by using power query:
Table.SelectRows(Source, each [VAR_NHS_LEVEL1] = "ABC00001-01" or [VAR_NHS_LEVEL1] = "ABC00004-01")
This will ensure only the two values are returned.
If this post helps, then please consider Accepting as solution to help the other members find it more quickly, don't forget to give a "Kudos" – I’d truly appreciate it!
Thanks and regards,
Anjan Kumar Chippa
- v-achippa1 year agoCommunity Support
Hi homboy27,
As we haven’t heard back from you, we wanted to kindly follow up to check if the solution I have provided for the issue worked? or let us know if you need any further assistance.
If my response resolved your issue, please mark it as "Accept as solution" and give kudos if you found it helpful.Thanks and regards,
Anjan Kumar Chippa
- v-achippa1 year agoCommunity Support
Hi @homboy27,
We wanted to kindly follow up to check if the solution I have provided for the issue worked? or let us know if you need any further assistance.
If my response resolved your issue, please mark it as "Accept as solution" and give kudos if you found it helpful.Thanks and regards,
Anjan Kumar Chippa