Forum Discussion
armin_fan
4 years agoNew Member
DAX Constant Column is empty
Hello, I encountered some weird behaviour in DAX. I have two table. One containing a column price with different prices called Arbeitspreis and one with only one column Verbrauch in kWh which con...
- 4 years ago
armin_fan , You can not use slicer values in a new column. You can use that in a measure only
amitchandak
4 years agoSuper User
armin_fan , You can not use slicer values in a new column. You can use that in a measure only
- armin_fan4 years agoNew Member
Hmm, I thought that a measure results only in one value, but I now use the matrix instead of the table with a measure and sumx and it works. Thanks.