Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi
New to Power BI and moving some reports from Access
I have 2 tables one with Data and one a reference table
The linked filed is Queston Code
I want to sum how may utilised there are by Survey Type
But it is only summing how may time it occurs in the reference table (BI_Activities), see below, How can I calculate how many times it matches with the main data (BI_SurveyData)
When I run the query on access
Solved! Go to Solution.
hi @flemingg62
you can use a measure that CROSSFILTER the relationship to 2way
Total Utilized =
CALCULATE ( SUM ( BI_Activitie[Utilised] ), CROSSFILTER ( BI_Activities[Question Qode],BI_SurveyData[Question Qode], BOTH ) )
hi @flemingg62
you can use a measure that CROSSFILTER the relationship to 2way
Total Utilized =
CALCULATE ( SUM ( BI_Activitie[Utilised] ), CROSSFILTER ( BI_Activities[Question Qode],BI_SurveyData[Question Qode], BOTH ) )
@flemingg62 Flip your relationship direction to "Both"?
Hi as somone new to Power BI is that a solution or just a comment?. if a solution can you please expand.
User | Count |
---|---|
98 | |
76 | |
75 | |
48 | |
26 |