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

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more

Reply
moizsherwani
Continued Contributor
Continued Contributor

Explanation of CALCULATETABLE being used as a filter in CALCUATE Function

I have a formula where a table name is being used as the parameter for CALCULATE table but no other filters and this itself is nested within a CALCULATE function acting as a filter, what does it do?

 

I am referring to the "CALCULATETABLE(Invoice)" here.

 

=CALCULATE(

 

SUM(SalesOrderDetail[ExtendedAmountb])-SUM(InvoiceDetail[ExtendedAmountb]),

 

Product[Product]="Lic-Items", CALCULATETABLE(Invoice)))

 

Thanks,

 

Moiz

Thanks,

Moiz
Was I able to answer your question? Mark my post as a solution to help others. Kudos if you liked the solution.
1 ACCEPTED SOLUTION
v-caliao-msft
Microsoft Employee
Microsoft Employee

Hi @moizsherwani,

 

CALCULATETABLE function evaluates a table expression in a context modified by the given filters. If there is no any filters include in this function, then it will return the oraginal table.

Untitled.png

 

So in your scenario, the CALCULATETABLE(Invoice)) is a filter for CALCULATE function.
Measure = CALCULATE(SUM(Apps[Amount]),CALCULATETABLE('Table 2'))
Measure 2 = CALCULATE(SUM(Apps[Amount]))

Capture1.PNG

Regards,

Charlie Liao

View solution in original post

1 REPLY 1
v-caliao-msft
Microsoft Employee
Microsoft Employee

Hi @moizsherwani,

 

CALCULATETABLE function evaluates a table expression in a context modified by the given filters. If there is no any filters include in this function, then it will return the oraginal table.

Untitled.png

 

So in your scenario, the CALCULATETABLE(Invoice)) is a filter for CALCULATE function.
Measure = CALCULATE(SUM(Apps[Amount]),CALCULATETABLE('Table 2'))
Measure 2 = CALCULATE(SUM(Apps[Amount]))

Capture1.PNG

Regards,

Charlie Liao

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!

December 2025 Power BI Update Carousel

Power BI Monthly Update - December 2025

Check out the December 2025 Power BI Holiday Recap!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.