Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hey folks, just a confirmation if I can.
We are using SSAS Tabular, and we want to create duplicates of tables, except if we do so using an Import or DAX then it contains a duplicate of the data in the model.
Someone mentioned in Power BI if we use Reference in the Power Query, then the second query gets the cached data from the first.
If we use Shared Expressions in SSAS Tabular, am I right that it won't duplicate this behaviour, even if we made the second Shared Expression a reference to the first, but instead the query gets evaluated and the data brought in for each table regardless?
Thanks
Hello -
When an expression references another expression, the referenced expression is evaluated first, and its result is then used in the evaluation of the referencing expression. This means that both expressions are evaluated, but not necessarily back to the source data. Instead, the evaluation depends on the context and the specific calculations involved.
For example, if you have Expression A that calculates a value based on some source data, and Expression B that references Expression A, the following happens:
This process ensures that the calculations are performed correctly and efficiently, without redundant evaluations back to the source data.
If this post helps to answer your questions, please consider marking it as a solution so others can find it more quickly when faced with a similar challenge.
Proud to be a Microsoft Fabric Super User
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
14 | |
13 | |
12 | |
8 | |
8 |
User | Count |
---|---|
17 | |
10 | |
8 | |
7 | |
7 |