The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello
I want to insert a measure in a text box, after a sentence but I can't seem to do it. I don't have the value option.
Can anyone point me in the right direction. Thank you!
Solved! Go to Solution.
Hello @InesT ,
Yu can try another option where you can concatenate text and measure like the below sample.
SalesMessage = "The total sales for the period are " & FORMAT([TotalSales], "Currency")
If you find this helpful , please mark it as solution which will be helpful for others and Your Kudos/Likes 👍 are much appreciated!
Thank You
Dharmendar S
Thank you Dharmendar S. I will use a card and display this info. Best regards.
Hello @InesT ,
Yu can try another option where you can concatenate text and measure like the below sample.
SalesMessage = "The total sales for the period are " & FORMAT([TotalSales], "Currency")
If you find this helpful , please mark it as solution which will be helpful for others and Your Kudos/Likes 👍 are much appreciated!
Thank You
Dharmendar S