cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.

Reply
jenniferrayner
Frequent Visitor

Comparing Volume by Dates

I need to develop a visual to show the number of patients admitted compared to the number of patients discharged by month, year.  I have the admission and discharge dates in the same table, and currently this is connected to a separate Date Table using the discharge date.   The issue I'm having is with the date table that drives the months.  How do I show two different date ranges in one chart?   For example 500 people can admit on Jan 5, and 450 people can discharge on Jan 5 - each set has unique dates. 

 

 Sample DataSample Data

 

I tried separating the Admission data into a unique table and connecting that to the Date tabel using the Admission date, but It didn't help. 

 

I considered not using a Date Table, but then I'm still stuck with the date issue since I need to have one for the visual.

 

Thank you.

2 ACCEPTED SOLUTIONS
Ashish_Mathur
Super User
Super User

Hi,

Create a non-active relationship (Many to One and Single) from the Admission date to the Date column of the Calendar Table.  To your visual, drag Year and Month name from the Calendar Table.  Write these measures

Discharged = distinctcount(Data[Patient ID])

Admitted = calculate([discharged],userelationship(Data[Admission date],Calendar[date]))

Hope this helps.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

View solution in original post

I got it.  Needed to remove [Date] from the compelte date.

Thank you!

View solution in original post

5 REPLIES 5
Ashish_Mathur
Super User
Super User

Hi,

Create a non-active relationship (Many to One and Single) from the Admission date to the Date column of the Calendar Table.  To your visual, drag Year and Month name from the Calendar Table.  Write these measures

Discharged = distinctcount(Data[Patient ID])

Admitted = calculate([discharged],userelationship(Data[Admission date],Calendar[date]))

Hope this helps.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

Hi Ashish,

 

I appreciate the assistance.

When creating the Admitted measure, I'm getting the followng error: USERELATIONSHIP function can only use the two columns references participating in relationship.

 

Admitted Vol = CALCULATE('Disch Opt Data'[Discharged Vol],USERELATIONSHIP('Disch Opt Data'[Admit Date Time],'Date Table'[Complete Date].[Date]))
 
Any ideas?

I got it.  Needed to remove [Date] from the compelte date.

Thank you!

You are welcome.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/
amitchandak
Super User
Super User

@jenniferrayner , I think you should consider date table with Active/Inactive join here and create meausre using userelationship

 

consider

Power BI: HR Analytics - Employees as on Date : https://youtu.be/e6Y-l_JtCq4
https://community.powerbi.com/t5/Community-Blog/HR-Analytics-Active-Employee-Hire-and-Termination-tr...

 

 

Helpful resources

Announcements
PBI November 2023 Update Carousel

Power BI Monthly Update - November 2023

Check out the November 2023 Power BI update to learn about new features.

Community News

Fabric Community News unified experience

Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.

Power BI Fabric Summit Carousel

The largest Power BI and Fabric virtual conference

130+ sessions, 130+ speakers, Product managers, MVPs, and experts. All about Power BI and Fabric. Attend online or watch the recordings.

Top Solution Authors
Top Kudoed Authors