Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hello,
I want to show working day in my report for the production plan.
My Excel file: https://hizliresim.com/78TFVA
In the work days Column, 1 is the meaning working days of the factory, and 0 is the closed day of the factory.
That's what I want it to look like in the report.
https://i.hizliresim.com/cWJ8a3.jpg
In my report, I want to see what work day we are on and how many work days we have left.
Can you help me please?
Regards,
Koray
Solved! Go to Solution.
Hi @Anonymous ,
We can use the following steps to meet your requirement.
1. Create a measure that calculate the total of work day.
total day = CALCULATE(COUNTROWS('Table'),FILTER('Table','Table'[Work Days]=1))
2. Create a measure that calculate the remaining work day.
remain work day =
var work_day = CALCULATE(COUNTROWS('Table'),FILTER('Table','Table'[Work Days]=1 && 'Table'[Date]<=TODAY()))
return
[total day]-work_day
3. Then we can get the result like this,
If it doesn’t meet your requirement, could you please show the exact expected result based on the table that you have shared?
BTW, pbix as attached.
Best regards,
Community Support Team _ zhenbw
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous ,
We can use the following steps to meet your requirement.
1. Create a measure that calculate the total of work day.
total day = CALCULATE(COUNTROWS('Table'),FILTER('Table','Table'[Work Days]=1))
2. Create a measure that calculate the remaining work day.
remain work day =
var work_day = CALCULATE(COUNTROWS('Table'),FILTER('Table','Table'[Work Days]=1 && 'Table'[Date]<=TODAY()))
return
[total day]-work_day
3. Then we can get the result like this,
If it doesn’t meet your requirement, could you please show the exact expected result based on the table that you have shared?
BTW, pbix as attached.
Best regards,
Community Support Team _ zhenbw
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Is there anyone that can help? 😞
Hello,
Thank you for reply. Did not work properly 😞
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 51 | |
| 40 | |
| 37 | |
| 14 | |
| 14 |
| User | Count |
|---|---|
| 84 | |
| 69 | |
| 38 | |
| 29 | |
| 27 |