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!Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!
Hello!
I just uploaded this question but i didn't label it correctly and I think it got lost in the flow.
I have a table that looks like this:
The price of something will be (one of the "HRR" + one of the "Turn")
The prices are calculated for each alternative via a measure.
Im thinking something like this:
Price =
Calculate(
[Price Measure],
Filter(
'Table',
'Table'[HRR or Turn] = "HRR"
)
)
+ Calculate(
[Price Measure],
Filter(
'Table',
'Table'[HRR or Turn] = "Turn"
)
)
My question is how do i display this in a table?
I want:
| HRR | HRR Price | Turn | Turn Price | Total Price |
| Ovako | 12345 | Leax | 12345 | 98765 |
with all alternatives. (2x3)
Do you have any suggestions on how I can either change the layout of the data so that it is easily done or how can model my data/measures?
@Anonymous Where does price measure come from please? You may need to use a CROSSJOIN to get all options or split your data into two unrelated tables - one table for HRR and another table for Turn. Each table should have the Product Code and the option (HRR or TURN). Then you'll relate these to the DimProduct table and you should be able to create a visual using your already existing [Price Measure] (depending on how that's calculated).
Can you paste sample data as a table format (raw data, as separate tables if that's how they come in, and including the price)
Copying DAX from this post? Click here for a hack to quickly replace it with your own table names
Has this post solved your problem? Please Accept as Solution so that others can find it quickly and to let the community know your problem has been solved.
If you found this post helpful, please give Kudos C
I work as a Microsoft trainer and consultant, specialising in Power BI and Power Query.
www.excelwithallison.com
Vote for your favorite vizzies from the Power BI World Championship submissions!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 58 | |
| 52 | |
| 40 | |
| 17 | |
| 16 |
| User | Count |
|---|---|
| 111 | |
| 109 | |
| 40 | |
| 33 | |
| 26 |