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.
Is there a way we can have a default value populated for one of the visual filters?
Solved! Go to Solution.
@neelesh You could create a calculated column on your date table to identify the Current month. Values of 1 and 0. Use that as the filter where Current Month is 1. Something like
Current = IF(MONTH(Table1[Date])=Month(NOW()), 1, 0)
@neelesh As the report author you can save the report with a certain filter set. End users do not have the ability to set their own default filters though.
Thanks. I want to set one of the date column filter to current month. Can you please suggest how that can be done?
@neelesh You could create a calculated column on your date table to identify the Current month. Values of 1 and 0. Use that as the filter where Current Month is 1. Something like
Current = IF(MONTH(Table1[Date])=Month(NOW()), 1, 0)
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
22 | |
16 | |
10 | |
8 | |
8 |
User | Count |
---|---|
37 | |
27 | |
17 | |
14 | |
13 |