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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Usman6400
Frequent Visitor

Tableau's Fixed Function with Avg

I have this Tableau function {fixed [PRMRY_KEY]: AVG([EST_RESOURCE_HOURS])} In need to convert this function in to Dax.

Thanks in advance.

1 REPLY 1
ryan_mayu
Super User
Super User

@Usman6400 

maybe you can try allexcept

ALLEXCEPT function (DAX) - DAX | Microsoft Docs

 

=calculate(average[EST_RESOURCE_HOURS],allexcept(table,[prmry_key])





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors