We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
Hey everyone,
I got a request to build "a cosmic ship" 🙂
I need to show the amount of task through it's status during the period, but everyday it must include previuos tasks + new task.
What I have is columns Work date (date format), Issue Key ( exp. HND-254, PSD-36 and ect.) and Issue status (Done, Testing, In Progres, New, Backlog).
And I need to show in area chart their change as in Example 1, but when I try to manage it in Power BI it comes like in Expample 2, as I understand that for every day I have to count issue comulative. Have any idea how to do that?
It's a bit difficult to explain, the data is text not a number I'm new at this field, so I'm adding you a part of my report, maybe it will clear the view
https://app.powerbi.com/groups/me/reports/3f7eae71-7a29-46f7-9638-095cfeb17287/ReportSection
@Anonymous
Can you try to create a measure?
IssueKey cnt =
COUNTX (
FILTER ( yourTable, yourTable[WorkDate] <= MAX ( yourTable[WorkDate] ) ),
IssueKey
)
If this is not your case, please post some sample data.
Hey everyone,
I got a request to build "a cosmic ship" 🙂
I need to show the amount of task through it's status during the period, but everyday it must include previuos tasks + new task.
What I have is columns Work date (date format), Issue Key ( exp. HND-254, PSD-36 and ect.) and Issue status (Done, Testing, In Progres, New, Backlog).
And I need to show in area chart their change as in Example 1, but when I try to manage it in Power BI it comes like in Expample 2, as I understand some how I have to calculate day issue = previuos amout + this day tasks.
Could anyone hep me?
If 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 |
|---|---|
| 57 | |
| 38 | |
| 33 | |
| 19 | |
| 16 |
| User | Count |
|---|---|
| 68 | |
| 66 | |
| 41 | |
| 34 | |
| 25 |