Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
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 Close date
System a In Scope 01 sept 2020
System b In Scope 01 dec 2020
System c In scope
System d Out of scope
System e In Scope 01 april 2021
System f In Scope 01 dec 2020
I would like to create a line chart that starts on 01 jan 2020 with all the systems that are in scope, and will decrease with the systems that will be closed during the years.
So for example on the 1st of jan 2020 there are 100 systems in scope, on the 1st of sept 10 systems will be shut down and on the 1st of dec 2020 another 30 systems will be shut down.
How can I show this in a line chart?
Thanks in advance for your help.
Solved! Go to Solution.
Try
Measure = CALCULATE(COUNT(systemclose[System name]),FILTER('systemclose',systemclose[Close date]<=max('Date'[Date])),systemclose[Scope]="In Scope")
file is attached
Try
Measure = CALCULATE(COUNT(systemclose[System name]),FILTER('systemclose',systemclose[Close date]<=max('Date'[Date])),systemclose[Scope]="In Scope")
file is attached
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsThe Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 40 | |
| 35 | |
| 34 | |
| 31 | |
| 28 |
| User | Count |
|---|---|
| 137 | |
| 102 | |
| 68 | |
| 66 | |
| 64 |