Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Sign up nowGet Fabric certified for FREE! Don't miss your chance! Learn more
here is the filter I have. I wish to set the default value as the max value in the data set. However i don't see that option... may i know why?
Thanks
Solved! Go to Solution.
@GAPER , As of now we can not default date like that. Idea has been there for quite sometime
You can have a column like and save on Max Date, as of now
Default Date Today/ This Month / This Year: https://www.youtube.com/watch?v=hfn05preQYA
Date Type = SWITCH(TRUE(),'Date'[Date]=max(fact[date]),"Max Date"
,'Date'[Date]=TODAY(),"Today"
,'Date'[Date]=TODAY()-1,"Yesterday"
,'Date'[Date]=TODAY()-2,"2 Days Ago"
,'Date'[Date]&"")
@GAPER , As of now we can not default date like that. Idea has been there for quite sometime
You can have a column like and save on Max Date, as of now
Default Date Today/ This Month / This Year: https://www.youtube.com/watch?v=hfn05preQYA
Date Type = SWITCH(TRUE(),'Date'[Date]=max(fact[date]),"Max Date"
,'Date'[Date]=TODAY(),"Today"
,'Date'[Date]=TODAY()-1,"Yesterday"
,'Date'[Date]=TODAY()-2,"2 Days Ago"
,'Date'[Date]&"")
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 64 | |
| 63 | |
| 49 | |
| 21 | |
| 18 |
| User | Count |
|---|---|
| 121 | |
| 118 | |
| 38 | |
| 36 | |
| 29 |