Forum Discussion
Anonymous
8 years agoNot applicable
DAX Help with Hierarchy
Hi, I have three tables below in my data model For Actual and Forecast table, each activity type can either be operating or capital. I want to show the following result in my matrix: S...
- 8 years ago
Hi Anonymous,
- Create a new table Activity_Dim with the row being each of your Activity types
- Relationship between that table and the Actual and Forecast Table.
- Add the Column activity Type to your table to see the final result (I don't have values for the 0 in your table that is why it's null)
Regards,
MFelix
MFelix
8 years agoSuper User
Hi Anonymous,
- Create a new table Activity_Dim with the row being each of your Activity types
- Relationship between that table and the Actual and Forecast Table.
- Add the Column activity Type to your table to see the final result (I don't have values for the 0 in your table that is why it's null)
Regards,
MFelix