Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
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]&"")
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
82 | |
78 | |
52 | |
39 | |
35 |
User | Count |
---|---|
94 | |
79 | |
51 | |
47 | |
47 |