Forum Discussion
Anonymous
4 years agoNot applicable
slicer
buenas tardes, en este modelo tengo varios elementos como son tuberias y conexiones. Ahora bien, para yo poder pagarle al contratista por los trabajos ejecutados, tengo 4 columnas, 2 de ellas pertenc...
- Anonymous4 years ago
Anonymous
I have a short sample to demonstrate display the column value based on the selected column name.
1. Manually enter the column names in a new table.
2. Create a measure to display selected column value.
Install 50/100 = SWITCH(MAX('Table (2)'[Install %]),"INSTALLED 50%", SUM([INSTALLED 50%]),"INSTALLED 100%",SUM([INSTALLED 100%]))Paul Zheng _ Community Support Team
If this post helps, please Accept it as the solution to help the other members find it more quickly.
Anonymous
4 years agoNot applicable
Anonymous
I have a short sample to demonstrate display the column value based on the selected column name.
1. Manually enter the column names in a new table.
2. Create a measure to display selected column value.
Install 50/100 = SWITCH(MAX('Table (2)'[Install %]),
"INSTALLED 50%", SUM([INSTALLED 50%]),
"INSTALLED 100%",SUM([INSTALLED 100%]))
Paul Zheng _ Community Support Team
If this post helps, please Accept it as the solution to help the other members find it more quickly.