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
santoshreddyk95
Frequent Visitor

2 Date Columns and 2 Columns that need Summing/Count

Hi 

Problem Statement is as below. 

there are 6 Columns in the data 

Plant Name

Product Name

Planned Date of Production

Planned Qty

Delivered Date of Production

Delivered Qty

 

Now I need to create a Visual that gives the following Output

 

Plant Name      Product Name     Planned qty     Delivered Qty     Deliveredqty/Planned qty 

The above Visual needs to be filtered basis a Date
The date selected should give me the  sum of Planned qty basis the Planned date and sum of delivered qty basis the Delivered Date
there are rows of data that have diffrent planned date and delivery date. 
Can anyone help me?


Thanks, 

Santosh

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@santoshreddyk95 , Single date table, joined with both Dates. Inactive joins. TO be activated using userelationship in measure

Assume Delivered  date join is inactive

 

Delivered QtyM = CALCULATE(Sum(Table[ Delivered Qty]),USERELATIONSHIP(Table[Delivered Date],'Table'[Date]) )

 

 

Refer

https://community.powerbi.com/t5/Community-Blog/HR-Analytics-Active-Employee-Hire-and-Termination-tr...

https://radacad.com/userelationship-or-role-playing-dimension-dealing-with-inactive-relationships-in...

View solution in original post

1 REPLY 1
amitchandak
Super User
Super User

@santoshreddyk95 , Single date table, joined with both Dates. Inactive joins. TO be activated using userelationship in measure

Assume Delivered  date join is inactive

 

Delivered QtyM = CALCULATE(Sum(Table[ Delivered Qty]),USERELATIONSHIP(Table[Delivered Date],'Table'[Date]) )

 

 

Refer

https://community.powerbi.com/t5/Community-Blog/HR-Analytics-Active-Employee-Hire-and-Termination-tr...

https://radacad.com/userelationship-or-role-playing-dimension-dealing-with-inactive-relationships-in...

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.