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

Have a calculated field , but need to aggregate

I have a calcualtion called ACR

 

it consists of fields B3 and tickets * 10000

 

So ACR= b3/tickets * 10000

 

but if I want to show ACR by day , you can't aggregrate with a sum or average 

how do I show ACR by Day if the data looks like this 

 

Store    tickets      B3      ACR      Date

4567     305          1         33.0     8/18/2022
4579     401          1          33.0     8/18/2022
4567     383           1        26.0      8/19/2022 
4579     280          1          36.0     8/19/2022

1 ACCEPTED SOLUTION
tamerj1
Super User
Super User

Hi @Anonymous 

please try

ACR =

CALCULATE ( [B3] / [Tickets] * 10000, ALLEXCEPT ( 'Table', [Date] )

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Thanks !!! it worked

tamerj1
Super User
Super User

Hi @Anonymous 

please try

ACR =

CALCULATE ( [B3] / [Tickets] * 10000, ALLEXCEPT ( 'Table', [Date] )

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.