Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
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 🙂
Check out the November 2023 Power BI update to learn about new features.
Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.