Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreThe FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. Register now
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êsIf you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 53 | |
| 40 | |
| 38 | |
| 19 | |
| 18 |
| User | Count |
|---|---|
| 70 | |
| 69 | |
| 34 | |
| 33 | |
| 30 |