Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello Experts,
I am using SAP BW as source to load the data in Power BI. I have created vairables in SAP BW Bex query level and given inputs to load the data. Everything was working fine with static inputs. Now I am looking for the dynamic data load for last 90 days always.
Is there any way to load the data dynamically using advance editor. Kindly put some suggestions to resolve the issue.
Regards,
Ajay
@Anonymous ,
Before source create these two dates and use that where you are giving the dates
end_date = Date.From(DateTime.FixedLocalNow()),
start_date = Date.Adddays(Date.From(DateTime.FixedLocalNow()),-90) ,
Source = <Your code >
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 97 | |
| 74 | |
| 50 | |
| 47 | |
| 44 |