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
Anonymous
Not applicable

How to average only one value for each SessionID?

Hi everyone, 

 

I have this problem with my table, I would like to only have one value for each Session ID, yet I am using this time stamp for calculations, so it takes average for all the value in the table, although they are the same ones: 

 

AndrejBI_0-1617871658545.png

Is there any way how to filter one number per one Session? 

 

The value I need in total is (5341+177/2)= 2759 what is the Average per Session ID, any ideas? 

 

Please note: there are more values with 177 with different Session ID, so we can't just use unique values

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Anonymous , Try a measure like

averageX(values(Table[SessionID]), calculate(Max(Table[Sec Pageviews])))

View solution in original post

2 REPLIES 2
amitchandak
Super User
Super User

@Anonymous , Try a measure like

averageX(values(Table[SessionID]), calculate(Max(Table[Sec Pageviews])))

Anonymous
Not applicable

yet again you saved my day, thanks @amitchandak!

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.