Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi Experts,
i created the Open Task report Visualization, in this report we can see the Created, closed and backlog Task. i have one concern backlog showing more than today date as well. i dont want to see the backlog more than today date.
please support.
this is my backlog DAX:
Balance = [Created]-[Closed]
Solved! Go to Solution.
Hi @rgpsathish ,
Please try:
Backlog = IF(MAX('Dates'[Date])<=TODAY(),CALCULATE([Balance],FILTER(ALL('Dates'),'Dates'[Date]<=max('Dates'[Date]))))
There will be no blank values on the 1 side of a valid relationship.
Best Regards,
Gao
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data in the Power BI Forum
Thanks @Anonymous
Hi @rgpsathish ,
Please try:
Backlog = IF(MAX('Dates'[Date])<=TODAY(),CALCULATE([Balance],FILTER(ALL('Dates'),'Dates'[Date]<=max('Dates'[Date]))))
There will be no blank values on the 1 side of a valid relationship.
Best Regards,
Gao
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data in the Power BI Forum
Hi @rgpsathish
Quickest way to achieve what you want is to
Thanks
Joe
Hi @JoeBarry ,
Thanks for your quick reply,
same filer only i applied now. but the issue iss if i select month entire month visible in Chart but value showing >today also that's my concern
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
10 | |
7 | |
6 | |
6 | |
6 |