Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
I have a table called "HelpDeskIncidents" that includes columns such as "OpenDate" "ClosedDate" and "IncidentNumber"
I want to be able to show, in one visual, the number of tickets opened AND closed within a certain date period. So if I have a graph it would show that on January 2, 2018 there were, let's say, 36 tickets opened and 28 closed.
I'm not sure how to write these measures any help is greatly appreciated.
Oh, I have a date table and I have the "OpenDate" as the key with the date table if that helps
Solved! Go to Solution.
Here's a simplified version (attached). Just need 2 date tables.
Hmm, here is one approach.
Create 3 date tables. Date table 1 (Calendar1) relate to OpenDate in your table. Create a column in this table that does a count of RELATED or RELATEDTABLE. Date table 2 (Calendar2) relate to ClosedDate in your table. Create the same column in this table. Date table 3 (Calendar3) relate to Calendar1 and Calender2. Use Calender3 in your Axis and the values from calculated columns in your other 2 date tables.
OK, a bit different than I originally planned, but check this out (attached).
Here's a simplified version (attached). Just need 2 date tables.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.