Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
powerEDCE
Frequent Visitor

SAP BW - Cube Apply Parameter - All dates smaller or equal than a defined date

Dear all,

 

I want to connect Power BI to an SAP data base. For a certain table, in the data selection view I can chose to get data for a defined reporting date, e.g. reporting date = 30.03.2022.

 

However, I would like to filter to something like reporting date <= 30.03.2022. Of course I can filter later on in the transformation view but I want to let the SAP database compute as much as possible natively. So I tried to change the PowerQuery code of the source selection:

 

Here is the relevant snippet:

 

= Cube.Transform(TableXYZ,
        {
            {Cube.ApplyParameter, "OFFEN_ZUM_STICHTAG", {#date(2022, 5, 2)}},

 

 

I would like to have all data smaller or equal than 02.05.2022 - how do I need to change above query to achieve that?

 

Thanks in advance!

1 REPLY 1
v-yanjiang-msft
Community Support
Community Support

Hi @powerEDCE ,

By my reserch, there is a similar thread for your reference:  Power Query Apply Parameter - Microsoft Q&amp

Take Table.SelectRows function have a try.

Best Regards,
Community Support Team _ kalyj

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors