Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi,
I have a measure which works fine but I want it to display the results dynamically for current year and last 2 years instead of me manually selecting the years
Is it possible?
Heres my current measure:
1. DistinctAccount = DISTINCTCOUNT('AccountTable'[AccountId])
2. AccountMembers= CALCULATE(
[DistinctAccount],
FILTER(
ALLSELECTED('Calendar'[Date]),
('Calendar'[Date] <= MAX('Calendar'[Date])
))
,FILTER(ALLSELECTED(Id_Table[Termination Year]),(Id_Table[Termination Year]>SELECTEDVALUE('Calendar'[Year])))
Please let me know
Thanks
Hi @Anonymous,
I have a measure which works fine but I want it to display the results dynamically for current year and last 2 years instead of me manually selecting the years
I'm not very clear about your requirement "display the results dynamically for current year and last 2 years instead of me manually selecting the years ".
Do you want your measure will show the value without selecting date in slicer?
If it is convenient, could you share some data sample and your desired output so that we could understand your scenario better and get the solution more quickly.
Best Regards,
Cherry
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 97 | |
| 70 | |
| 50 | |
| 42 | |
| 40 |