In Power BI desktop, how to count the rows or values from the start date up to the filled date?
For example, my data is like this:
I want to create a column chart that would show the count of all open req numbers from Open Date up to the Fill date. So for the table above, the req number should show 1 from 12/1/2021 up to 6/10/2022 and when I select the months beyond the fill date, the number should be 0 since the fill date was met already like the chart below.
I don't have any code or dax formula to share right now cause I haven't done anything yet and I honestly don't know how to start.
Solved! Go to Solution.
Hi @nicomathers
You have to create a disconnected date table and measure like :
Hi @nicomathers
You have to create a disconnected date table and measure like :
This is perfect! Thank you so much for your help.
I'm happy to help 🙂
User | Count |
---|---|
135 | |
84 | |
62 | |
60 | |
55 |
User | Count |
---|---|
211 | |
108 | |
88 | |
75 | |
72 |