Forum Discussion
oren
7 years agoHelper III
move a row down in a string
Hi i created a simple Measure to out in a card - Title = "Average Price: "& format (AVERAGE('Online - All data'[LowestPricePerCarat_Calc]), "0,000") & " Best Price: " & format (MIN('Online - ...
- 7 years agoHi
You can use Unichar(10) to insert line break
Zubair_Muhammad
7 years agoCommunity Champion
Hi
You can use Unichar(10) to insert line break
You can use Unichar(10) to insert line break
- oren7 years agoHelper III
Great!
Thanks!