Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
Hi. I'm trying to create a table that uses several editable daily rates for several job positions in order to compute total costs. The Positions are different job classes, the levels within positions are the same from a structural point of view, but the rates for the positions vary between the Positions.
I've created fixed decimal parameters for each specific rate, and then tried to use them in an expression like this:
Solved! Go to Solution.
Hi @Anonymous ,
Current power bi not support to create dynamic calculated table/column based on filter/slicer.
Measure is a expression for calculate, it works on data view level(visual, filter, measure, slicer) which generated from data model tables and it will been affected by its row contents filter.
They are stored in different data levels and you can't use child level(data view) to affect its parent level(data model: table, column, calculated column/table).
Regards,
Xiaoxin Sheng
Hi @Anonymous ,
Current power bi not support to create dynamic calculated table/column based on filter/slicer.
Measure is a expression for calculate, it works on data view level(visual, filter, measure, slicer) which generated from data model tables and it will been affected by its row contents filter.
They are stored in different data levels and you can't use child level(data view) to affect its parent level(data model: table, column, calculated column/table).
Regards,
Xiaoxin Sheng
Well that's unfortunate. Essentially these are just constants that get adjusted once per year.
Oh well - we'll have to look at generating a table with these rates for each position.
Thanks.
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 29 | |
| 27 | |
| 25 | |
| 23 | |
| 17 |
| User | Count |
|---|---|
| 54 | |
| 46 | |
| 38 | |
| 28 | |
| 21 |