Forum Discussion
IF
Post Prodigy
2 years agoAutomatic date input
Hi, I get the data from SAP with the following format: let Source = SapBusinessWarehouse.Cubes(................), #"Added Items" = .......... { {Cube.ApplyParameter, "[!V000003]", {#date(2023, 9...
lbendlin
Super User
2 years agoWhat is the expected date format in SAP? try this:
{Date.From(DateTime.LocalNow()), Date.From(DateTime.LocalNow()+#duration(1,0,0,0))}
IF
Post Prodigy
2 years agoHi,
The format that i see when i put the values is: { {Cube.ApplyParameter, "[!V000003]", {#date(2023, 9, 20), #date(2023, 9, 21)}},
in this format. i don't know it helps. I could not try the query yet.
Thanks a lot