Forum Discussion
Anonymous
6 years agoNot applicable
Line chart
Hi there, I am new to Power BI and would like some help on the following topic. I would like to create a line chart from the following (Example) data: System name Scope Clos...
- 6 years ago
Try
Measure = CALCULATE(COUNT(systemclose[System name]),FILTER('systemclose',systemclose[Close date]<=max('Date'[Date])),systemclose[Scope]="In Scope")file is attached
amitchandak
6 years agoSuper User
Try
Measure = CALCULATE(COUNT(systemclose[System name]),FILTER('systemclose',systemclose[Close date]<=max('Date'[Date])),systemclose[Scope]="In Scope")
file is attached