Forum Discussion
Sum Value in two different table based on a single date filter
What you are describing doesn't make any sense. Please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490
The most important parts are:
1. Sample data as text, use the table tool in the editing bar
2. Expected output from sample data
3. Explanation in words of how to get from 1. to 2.
If you have:
Table1 *<--1 Calendar 1 -->*Table2
You use Calendar[Date] in your visual and a measure like: Measure = COUNTROWS('Table1') + COUNTROWS('Table2') I do not see why Tabl2 would be truncated to a single row.
- Anonymous6 years agoNot applicable
Thanks for the feedback. So here is a summary.
1. I have created the date calender table
2. I have also linked the two tables to the calender tables using the date column.
3. However, one of the relationship is currently inactive and so the NewCalender filter only shows results from the active table relationship
See attached,
- sevenhills6 years agoSuper User
Try deleting the relation and recreate ... once the relationships are active, then it should be good.
- Greg_Deckler6 years agoCommunity Champion
Well, if it is inactive you likely have a second pathway between those two tables. Recreating the relationship will not work if this is the case. You have few options, you can use USERELATIONSHIP in your measure/column. You can try to edit your relationships so that you do not have duplicate paths between tables.