Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
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
Solved! Go to Solution.
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.
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]))
Regards,
Charlie Liao
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.
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]))
Regards,
Charlie Liao
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 39 | |
| 39 | |
| 37 | |
| 29 | |
| 24 |
| User | Count |
|---|---|
| 120 | |
| 95 | |
| 70 | |
| 69 | |
| 65 |