Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hi Team,
i had flitered two dates from database using measures or calculated column, and want to set these dates to Between date slicer start date and end date.
example - start date is 10/12/2018
end date - today
now in between date slicer i want set these dates as start and end date along with slider.
Solved! Go to Solution.
You could add an additional slicer by creating a calculated column, select "Yes" by default and change the Visual interactions to cross-filter.
Column = IF ( 'Table'[Date] >= DATE ( 2018, 10, 12 ) && 'Table'[Date] <= TODAY (), "Yes", "No" )
You could add an additional slicer by creating a calculated column, select "Yes" by default and change the Visual interactions to cross-filter.
Column = IF ( 'Table'[Date] >= DATE ( 2018, 10, 12 ) && 'Table'[Date] <= TODAY (), "Yes", "No" )
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
144 | |
80 | |
65 | |
52 | |
49 |
User | Count |
---|---|
212 | |
89 | |
79 | |
68 | |
60 |