Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hi together,
I am new to Power BI and struggling with the following problem:
I want to create a measure which tells me the average amount of cartons picked per labour day based on the selected month in the slicer, right now I am dividing the month selected with 20 labour days:
Solved! Go to Solution.
Hi @Anonymous,
Since you didn't show the desired result, I'm guessing that you wanted something like this:
For example, I selected 3 months, and for the last measure, I used the formula (created a measure):
Avg. Sales by Selected Months = DIVIDE( [Total Sales], 20 * [# Selected Months] )
Where another measure is:
# Selected Months = DISTINCTCOUNT( 'Date'[Month] )
Hi @Anonymous,
Since you didn't show the desired result, I'm guessing that you wanted something like this:
For example, I selected 3 months, and for the last measure, I used the formula (created a measure):
Avg. Sales by Selected Months = DIVIDE( [Total Sales], 20 * [# Selected Months] )
Where another measure is:
# Selected Months = DISTINCTCOUNT( 'Date'[Month] )
Thank you it worked out !
Hello
Try this >
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 64 | |
| 47 | |
| 41 | |
| 36 | |
| 23 |
| User | Count |
|---|---|
| 184 | |
| 123 | |
| 106 | |
| 78 | |
| 52 |