Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
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
Based on this: https://www.youtube.com/watch?v=W5n8-5Q7mII
And : https://radacad.com/power-bi-from-and-to-date-filtering-with-one-slicer
Hello everyone, how can I achieve functionality without displaying the dates in the visual? Currently, this setup requires both dates to be present in the visual. However, my goal is to apply this to the entire page, featuring various charts.
I got this :
I want this :
My measure "InDateRange" to filter Dates on the 2 tables :
InDateRange =
VAR _rangeStart = FIRSTDATE('DatesDim'[Date])
VAR _rangeEnd = LASTDATE('DatesDim'[Date])
VAR _selectedDate1 = SELECTEDVALUE('IW69'[Date 2])
VAR _selectedDate2 = SELECTEDVALUE('IW39Ex'[Date 1])
RETURN
IF(
_selectedDate1 >= _rangeStart
&& _selectedDate1 <= _rangeEnd
&& _selectedDate2 >= _rangeStart
&& _selectedDate2 <= _rangeEnd
&& _selectedDate1 <> BLANK()
&& _selectedDate2 <> BLANK(),
1,
0
)
My file : https://drive.google.com/drive/folders/1Z_-FPTkbzgg8pgh5RHJsPrivH-ErsyGE?usp=sharing
Thanks
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.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 48 | |
| 44 | |
| 40 | |
| 18 | |
| 18 |
| User | Count |
|---|---|
| 69 | |
| 69 | |
| 32 | |
| 32 | |
| 32 |