Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
So i have dates in a table which is basically fridays. Today im noticing that 6/20 somehow isnt being recognized when im doing this filter:
'is latest' works and picks up 6/27 which exists as the max date in my table. But the 'in the previous 5 weeks' is missing 6/20. Any ideas? I see 6/20 just fine in the database.
Solved! Go to Solution.
Add in the formula bar the following to your SelecxtRows():
or Date.IsInCurrentWeek([WEEK_END_DATE])
I could not find a way to create the full filter using the dialog boxes: The advanced filter does not support Last 5 weeks and the basic filter does not support this week...
Add in the formula bar the following to your SelecxtRows():
or Date.IsInCurrentWeek([WEEK_END_DATE])
I could not find a way to create the full filter using the dialog boxes: The advanced filter does not support Last 5 weeks and the basic filter does not support this week...
that was totally it.
Didnt realize i was in the current week and that it wouldnt get picked up under "previous" and "latest". Thank you!
I am not familiar with the filter dialog you are showing. Is that used in on-object interaction?
Cannot reproduce the missing value
hi,
use this file as your source.
in the power query editor, click 'in the previous'
type 3 and pick weeks then do or 'is latest'
click ok
and then for me, 6/20 disappears...cant figure it out.
You filter condition in the above screenshot is, "IS IN PREVIOUS 3 WEEKS" OR "LATEST"
so, as per "IS IN PREVIOUS 3 WEEKS" - 13th June, 6th June and 30th May
"LATEST" : 27th June i.e the max date in your data. Results are correct.
20th June is current week, NOT the PREVIOUS week.
even if you select next 3 weeks you will not see 20th June, you can test and check
Hope this answers your question
Connect on LinkedIn
|
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 5 | |
| 3 | |
| 3 | |
| 3 | |
| 2 |
| User | Count |
|---|---|
| 7 | |
| 5 | |
| 5 | |
| 5 | |
| 4 |