Forum Discussion

MikeKKK's avatar
MikeKKK
Frequent Visitor
4 years ago

SAP BW Query folding - filter by text

I am pulling some data from SAP BW andtry to achieve query folding as possible as I could.

 

I try to filter a column (Work Operation Center) by string that contains "/MA" and "/MB" but this step cannot be query-folded.  The whole datasets has probably tens of thousands of rows, with only a few hundres rows (those /MA and /MB) are required.  It is not efficient to pull the entire dataset into Power BI and before filtering. 

 

Is there any alternative I can use?

 

 

 

2 Replies

  • MikeKKK's avatar
    MikeKKK
    Frequent Visitor

    Thanks AlexisOlson   It does not fold with one Text.Contains function. I guess transformation like Text.Contains cannot be fold with SAP BW.

     

    I am not familiar with MDX, so I hope to find a solution using M query,