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
Hi All,
I am having an issue in the date slicer values getting passed.
I have a date slicer which is type between
This comes from a DIm Date table.
The date table is related to a fact table.
Earlier on for a measure which is filtered for the selected dates, performance analyzer gives in the meaure query
VAR __DS0FilterTable =
FILTER(
KEEPFILTERS(VALUES('DIM-Date'[Date])),
AND('DIM-Date'[Date] >= DATE(2021, 12, 1), 'DIM-Date'[Date] < DATE(2022, 1, 1))
)
Suddenly I notice for the same measure the performance anayzer is showing in the query
VAR __DS0FilterTable =
FILTER(
KEEPFILTERS(VALUES('DIM-Date'[Date])),
'DIM-Date'[Date] < DATE(2022, 1, 1)
)
Any idea why this could have happened. Is it do something with the settings.
Need help urgently.
Cheers
CheenuSing
@Anonymous , I think because the date table is joined the filter in the slicer is already applied. The start date is the same so >= is already covered. Only diff in last date, to only that one is added
Even with the relationship , it was showing
VAR __DS0FilterTable =
FILTER(
KEEPFILTERS(VALUES('DIM-Date'[Date])),
AND('DIM-Date'[Date] >= DATE(2021, 12, 1), 'DIM-Date'[Date] < DATE(2022, 1, 1))
)
I uninstalled and re-installed the Desktop app.
still the same.
Cheers
CheenuSIng
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.
Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.
| User | Count |
|---|---|
| 48 | |
| 40 | |
| 37 | |
| 20 | |
| 15 |
| User | Count |
|---|---|
| 70 | |
| 67 | |
| 32 | |
| 27 | |
| 25 |