Forum Discussion
Anonymous
6 years agoNot applicable
How to display two calculated columns in matrix
Hi Team, Could you please help me on below scenorio. I have created the DAX function by using SWITCH function.please find the DAX column below. When i use below calculation in Matrix, its summi...
- 6 years ago
Hi Anonymous
Not sure if I understand your requirement but I think you can create an extra column in your table that concatenates state and category and later use it as Matrix column.
New Column = table[state] & "-" & table[Category]Best Regards,
Mariusz
If this post helps, then please consider Accepting it as the solution.
Please feel free to connect with me.
LinkedIn
amitchandak
Super User
6 years agoAnonymous , both case you are returning sales , so no diff. Either you need two columns or Segmentation
https://www.daxpatterns.com/dynamic-segmentation/
https://www.daxpatterns.com/static-segmentation/
https://www.poweredsolutions.co/2020/01/11/dax-vs-power-query-static-segmentation-in-power-bi-dax-power-query/