Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Barnee
Advocate IV
Advocate IV

Average per Category that ignores slicers for that exact category

Hi!
I would need some help with the following situation which I have trouble solving.

 

I'd like to create an average per category in a measure that ignores slicer selection for the same category.

 

I tried by using ALL function, but it has an effect on the VALUES part of the measure as well.

Total Session by Campaign = 
CALCULATE(
AVERAGEX(
	KEEPFILTERS(VALUES('Analytics'[Campaign])),
	CALCULATE([Total Sessions])
), ALL('Analytics'[Campaign])
)

I possible, I would need to solve this inside the measure since I can't disable visual interactions in this use-case.
Thanks in advance and reach out if any more detail is needed.

Barna


1 ACCEPTED SOLUTION

Hi @Barnee ,

Please update the formula of your measure "Total Sessions average per Campaign for all the campaigns" as below:

Total Sessions average per Campaign for all the campaigns = AVERAGEX(ALL(sampledata[Campaign]),[Total Sessions])

update measure with all.JPG

I updated it in your sample file, you can get the file from this link.

Best Regards

Rena

Community Support Team _ Rena
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

4 REPLIES 4
amitchandak
Super User
Super User

@Barnee , you are using keep filter and all on same field

Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.

hi @amitchandak 

here is the link where you can find the pbix

Hi @Barnee ,

Please update the formula of your measure "Total Sessions average per Campaign for all the campaigns" as below:

Total Sessions average per Campaign for all the campaigns = AVERAGEX(ALL(sampledata[Campaign]),[Total Sessions])

update measure with all.JPG

I updated it in your sample file, you can get the file from this link.

Best Regards

Rena

Community Support Team _ Rena
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

thanks, @v-yiruan-msft ! I see now

Barna

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.