This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
i have 2 tables and i need to create a dimension form the column called " deaign Work package'
the tables
1. Actual Hours
2. Actual Cost
i need a dimension from the values of these columns so i can connect to them
how to write the DAX code?
thanks
Solved! Go to Solution.
@Anonymous this is the code for the calculated dimension table:
Design Work Package Dimension =
DISTINCT(
UNION(
DISTINCT('Actual Hours'[Design Work Package]),
DISTINCT('Actual Costs'[Design Work Package])
)
)
@Anonymous this is the code for the calculated dimension table:
Design Work Package Dimension =
DISTINCT(
UNION(
DISTINCT('Actual Hours'[Design Work Package]),
DISTINCT('Actual Costs'[Design Work Package])
)
)
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 31 | |
| 25 | |
| 25 | |
| 22 | |
| 14 |
| User | Count |
|---|---|
| 61 | |
| 49 | |
| 25 | |
| 20 | |
| 20 |