Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
I have a table containing dates that orders are entered into our system and a separate column for when they are launched (see attached). My goal is to visualize everything that is open for even a portion of the month (in this case January). I've tried a number of different measures, but it seems to always count the date (Entered Date) vs the text (Month) or will not let me split out by year (22 vs 23 vs 24). I do have a calendar table that is linked.
Solved! Go to Solution.
Hi @jordanv ,
You can create a measure as below to get it:
Open Items in Month = CALCULATE (
COUNT('Table'[Entered Date]),
ALLEXCEPT('Table', 'Table'[Year], 'Table'[Month])
)
If the above ones can't help you get the expected result, please provide some sample data in your table (exclude sensitive data) with Text format and your expected result with special examples and screenshots.You can refer the following link to share the required info:
How to provide sample data in the Power BI Forum
And It is better if you can share a simplified pbix file. You can refer the following link to upload the file to the community. Thank you.
How to upload PBI in Community
Best Regards
Hi @jordanv ,
You can create a measure as below to get it:
Open Items in Month = CALCULATE (
COUNT('Table'[Entered Date]),
ALLEXCEPT('Table', 'Table'[Year], 'Table'[Month])
)
If the above ones can't help you get the expected result, please provide some sample data in your table (exclude sensitive data) with Text format and your expected result with special examples and screenshots.You can refer the following link to share the required info:
How to provide sample data in the Power BI Forum
And It is better if you can share a simplified pbix file. You can refer the following link to upload the file to the community. Thank you.
How to upload PBI in Community
Best Regards
@jordanv
Take a look at these two Quick Measures as I think you want something like them.
https://community.powerbi.com/t5/Quick-Measures-Gallery/Open-Tickets/m-p/409364
https://community.powerbi.com/t5/Quick-Measures-Gallery/Periodic-Billing/m-p/409365
Thanks @Greg_Deckler , but I tried the solution you suggested as well as a few variations of this prior to posting. I run into the same issue that it only counts the 6 items that were CREATED in January vs the total of open during the month. For the above example I would expect a value of 18 returned, but I get either 26 or 6 (building on last year data).
@jordanv Can you paste your sample data as text?
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
87 | |
73 | |
54 | |
43 | |
37 |
User | Count |
---|---|
98 | |
64 | |
54 | |
48 | |
45 |