Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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 |
---|---|
67 | |
61 | |
47 | |
35 | |
32 |
User | Count |
---|---|
87 | |
72 | |
56 | |
49 | |
45 |