The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Dear all,
I have a dataset with data getting updated everyday. I have set up the relative date filter to show data till the last calendar months. But I would like to set up a dynamic calendar where if the filter is off people can see entire data upto date and if the filter is on then they can see only upto last completed calendar months. Is there anyhting like a dynamic filter set up in Power BI?
Thanks
Regards
Malini
Hey Thanks for your solution but it doesnot work. It says the syntax var_max cannot be detected
@Anonymous , Create like
calendar =
var _max =eomonth( today() ,1)
return calendar(date(2020,1,1), _Max)
or
calendar =
var _max =eomonth(Max(Table[Date]) ,1)
return calendar(date(2020,1,1), _Max)
User | Count |
---|---|
81 | |
74 | |
42 | |
30 | |
28 |
User | Count |
---|---|
108 | |
96 | |
53 | |
48 | |
47 |