Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hello All,
I am Receiving a daily rolling 10 Days Extract every day, where I need to modify the provided Date Column.
Therefore I created an example Dataset with only the Date Column(File -->https://we.tl/t-8qG67CEYcQ) for testing purposes.
Below you find the criteria’s I would need…
Dates within the Extract…
Required date changes in an Extra Calculated Column should be…
Thanks in advance for your Support
Have a nice Day
Best Regards
Jan
@Jan1984 Maybe:
let
Source = fnDateTable(#date(2020,1,1), #date(2022,12,31)),
#"Filtered Rows" = Table.SelectRows(Source, each Date.IsInPreviousNDays([Date], 10))
in
#"Filtered Rows"
Hello,
Thanks a lot for you reply, unfortuanatly the provided idea is not exactly what i am looking for because my rolling every day rawdata will show the prev. 10 days anyway so your filtering solution would be obsolete.
I rather try to create an additional Date column where i am grouping the existing Dates based on the above provided criterias.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
16 | |
13 | |
12 | |
11 | |
11 |
User | Count |
---|---|
19 | |
14 | |
14 | |
11 | |
9 |