Forum Discussion
HabibAdil
Helper IV
3 years agoGroupby or Summarize by Two Columns from Different Tables
Hi, I hope everyone is doing well. Can you please help me with the following: I want to determine supplier monthly performance given the total orders value due for the month is more than certain a...
johnt75
Super User
3 years agoThe code uses the relationship from calendar to the order detail table. By placing fields from your calendar table into the visual the filter will pass from the calendar table to order table, and so
VALUES ( 'PO Detail'[PO number] )
will only return the rows which happened in the given time period. By using these values as a filter on the order header table only those orders will be considered