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
Hey, everyone!
Brand new to Power BI; tired looking for this solution but can't seem to find it.
Basicially I'm trying to create an avearge measure of a specific column, but with two filters engaged for the same column.
I have been able to calculate the Average in that column for ONE filter, but can't seem to figure out how to calculate for two filters. Here is the formula for the one filter calculation that works:
AVG TX IO =
Solved! Go to Solution.
Hi,
Modify the measure to
AVG TX IO = CALCULATE(AVERAGE ( '2024 Raw Data (2)'[TX] ),'2024 Raw Data (2)'[ Location] = "In-Office"||'2024 Raw Data (2)'[ Location] = "Out-Office")
Hope this helps.
Hi,
Modify the measure to
AVG TX IO = CALCULATE(AVERAGE ( '2024 Raw Data (2)'[TX] ),'2024 Raw Data (2)'[ Location] = "In-Office"||'2024 Raw Data (2)'[ Location] = "Out-Office")
Hope this helps.
Yes! Taking the FILTER function out and adding || worked! Much appreciated!!
You are welcome.
maybe try to use && to apply the second fileter
AVG TX IO =
Proud to be a Super User!
User | Count |
---|---|
66 | |
60 | |
47 | |
33 | |
32 |
User | Count |
---|---|
86 | |
75 | |
56 | |
50 | |
45 |