Forum Discussion
vetty
3 years agoFrequent Visitor
Show Column with values from different measures
Hi all, I have a set of measures calculated on different tables. Based on two slicers I display the measure in a visual table, as follows: this result was obtained using a Dax formul...
vetty
3 years agoFrequent Visitor
Hi Anonymous
Thanks for the response but I think it does not fit my request.
I try to explain it better:
My data model is something like follows:
In TAB A I've several columns one of which is the unit_name (a static string for all rows e.g. "Unit A"), and a measure [UNIT_A_PRODUCTION] calculated also using fields from TAB A1 and TAB A2.
In the same way,
In TAB B I've several columns one of which is the unit_name (a static string for all rows e.g. "Unit B"), and a measure [UNIT_B_PRODUCTION] calculated also using fields from TAB B1 and TAB B2.
What I want to get in output is the table visual below:
| UNIT | PRODUCTION |
| Unit A | Production unit A |
| Unit B | Production unit B |
Furthermore, consider that in each TAB A and TAB B, I've also a UNIT_A_STOCKS and UNIT_B_STOCKS measures, I would also show a visual like follows:
Hoping now is a little bit more clear.
Thanks for your help.