Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
I'm working on measures using ALL that reference tables and columns from tables, and I'd like to see explicitly what are the intermediate / virtual tables rather than just see the output of the final measure calculation
Is there a way to do this?
I'm trying to find one, using DAX Studio, but I can't find a way
E.g. if I was working in SQL, I'd just extract part of the query (or a subquery or CTE) and run it as a standalone query
@Anonymous ,The information you have provided is not making the problem clear to me. Can you please explain with an example.
Appreciate your Kudos.
Hi - thanks for responding.
As a simple example, how would you look at the table in the second part of this formula:
Measure_1 =
CALCULATE(
[Measure_2],
FILTER(
ALL('Sales'),
Sales[ID] = 001
)
)
Hi @Anonymous ,
According to your example, do you want to see the output of the filter section? You can just create a calculated table:
table = FILTER(ALL('Sales'),Sales[ID] = 001)
About how to use Dax studio, please refer to https://exceleratorbi.com.au/getting-started-dax-studio/
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Best Regards,
Dedmon Dai
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 42 | |
| 35 | |
| 35 | |
| 21 | |
| 15 |
| User | Count |
|---|---|
| 65 | |
| 58 | |
| 28 | |
| 27 | |
| 25 |