Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Trouble with piled columns graph (2 values)

Hi!

 

I've been having some trouble making a 2-value graph, data type: date/time and recount.

 

Context: it's a monthly report of a Help Desk that opens and closes tickets on a platform. The graph I mention is 'Open tickets vs Closed tickets', recount per day.

 

But using the filters in the Filter panel, I 'loose' data: for example, if I'm making the march/2020 report, and I filter the tickets created that month, I'm 'losing' tickets closed in march but created in february or before.

 

I tried adding new columns, taking only the data I need (meaning, only the tickets open or closed in march/2020), with the following:

OPEN = IF(YEAR(Worksheet[Open Date])=2020 && MONTH(Worksheet[Open Date])=3;Worksheet[Open Date])
CLOSE = IF(YEAR(Worksheet[Close Date])=2020 && MONTH(Worksheet[Close Date])=3;Worksheet[Close Date])

But then I had another problem, 'cause when I change the type to 'categoric' (Visualization panel, axis X, Type), a recount of Blank appears, like it's another day of the month.

 

Lastly, I tried creating 2 different tables (table 1: tickets opened in march/2020, table 2: tickets closed in march), with no blank cells. But it is impossible to visualize that data correctly (I get columns with recounts that have nothing to do with the data).

 

What solution could this have?

 

Thanks! 🙂

1 REPLY 1
v-lili6-msft
Community Support
Community Support

hi  @Anonymous 

For your case, there are two date columns (Worksheet[Open Date]/Worksheet[Close Date]), so you'd better create two relationship to calendar, then write two measures with userelationship function to choose which relations works for measure.

here is blog, please refer to:

USERELATIONSHIP Function (DAX)

USERELATIONSHIP in Calculated Columns

 

If you still have the problem, please share the sample pbix file and your expected output.

https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490

 

Regards,

Lin

Community Support Team _ Lin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.