Forum Discussion
Anonymous
6 years agoNot applicable
Display two fields in a single card
Is there any way i can display multi line information in a single card? I used multi row card but when i use it I see that the same data is repeated multiple number of times. Is there any way to tur...
- 6 years ago
Hi Anonymous
yes you can do it like that:
Measure to display in card = MeasureResult1 & MeasureDescription1 & UNICHAR(10) & MeasureResult2 & MeasureDescription2
Regards FrankAT
akarca
3 years agoFrequent Visitor
Great thanks a lot, but how can we show the results if they are different types of value? Let's say, one is ton other is % ?
Anand24
3 years agoSuper User
Hi akarca ,
You need to create an appended measure just like the solution suggests. This measure would be of Type Text and you will need to format the values into Ton or % inside the DAX itself.
Give a Thumbs Up if this post helped you in any way and Mark This Post as Solution if it solved your query !!! Proud To Be a Super User !!! |