Forum Discussion
Anonymous
5 years agoNot applicable
Line chart with item status
Hello all, I hope you can help me. I would like to have a line chart that shows the status of an item. An item can be open or closed. Open items can be overdue. My fact table looks like the one b...
- Anonymous5 years ago
Hi Anonymous ,
I updated the sample pbix file(see attachment), please check whether that is what you want.
Best Regards
amitchandak
5 years agoSuper User
Anonymous , For Open Item, refer this blog
For overdue add additional condition && Table[DueDate] >max(Date[Date])
- Anonymous5 years agoNot applicable
amitchandak , thank you very much for sharing. So far, I didn't make it work, but I need to put some more time into it.