Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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 - All data'[LowestPricePerCarat_Calc]),"0,000") & " Number Of Stone: " & count('Online - All data'[FromSize])
i want to move down row btween the parameters :
Average Price: 100
Best Price: : 50
Number Of Stone: 500
can i do this ?
thanks
Oren
Solved! Go to Solution.
Great!
Thanks!