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!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi,
I'd like to always apply the same measure to the matrix independent of the data table.
For example the Balance Sheet, Total current assets is always the sum of say rows 10-15.
So the data table [TB] would become some sort of generic lookup for the values already in the matrix.
Total current assets =
calculate([TB],BS[Sort index] >= 10,BS[Sort index] <= 15)
Hope that makes sense.
Thanks for reading.
Solved! Go to Solution.
Hi @smitpau ,
This is impossible,unless the datasource names and column names of different data sources are the same.
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @smitpau ,
This is impossible,unless the datasource names and column names of different data sources are the same.
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thanks @V-lianl-msft good to know was treating it like an Excel cell which realise you can't do.
HI @smitpau
If I understand your ask, below is what I would do.
Measure = CALCULATE(SUM('BS'[TB]),BS[Sort index] >= 10 && BS[Sort index] <= 15)
Hi Pranit,
Thanks for the help.
The idea is that as the TB (data source) can change the measure would just sum the values of certain rows rather than rely on the data source. So the measure wouldn't refer to a single data source.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 68 | |
| 61 | |
| 45 | |
| 19 | |
| 15 |
| User | Count |
|---|---|
| 109 | |
| 108 | |
| 39 | |
| 30 | |
| 27 |