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
Ashish_Mathur
Super User
5 years agoHi,
What's the calculation for the "number of open items" and "number of open items that are overdue"?
- Anonymous5 years agoNot applicable
Ashish_Mathur , thank you for you message.
# of Open Items = # ItemNo where ItemTable[CloseDate] > Calendar[Date]# of Overdue Items = # Open Items where ItemTable[DueDate] < Calendar[Date]
Kind regards