Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Guys, could you please help me?
I have just started to learn Power BI and faced a problem ;(
I have a table with customers and measures: "Count of purchase", "Count of purchased goods", "Amount";
need to write a measure which will display such text: "This customer has bought [Count of purchase], [Count of purchased goods] goods, paid [Amount] USD".
How can I solve this?
Solved! Go to Solution.
Hi @Anonymous ,
You could use & symbol. Check the formula.
Measure = "This customer has bought "&[Count of purchase]&", "&[Count of purchased goods]&" goods, paid "&[Amount]&" USD"
Best Regards,
Jay
Hi @Anonymous ,
You could use & symbol. Check the formula.
Measure = "This customer has bought "&[Count of purchase]&", "&[Count of purchased goods]&" goods, paid "&[Amount]&" USD"
Best Regards,
Jay
@Anonymous
When you say you have measures in a table do you mean you wrote a measure like this.
Count of purcase goods = SUM ( Sales[Quantity] )
or that there is a column in your table called 'Count of purchased goods' like this.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 49 | |
| 40 | |
| 37 | |
| 14 | |
| 14 |
| User | Count |
|---|---|
| 86 | |
| 69 | |
| 37 | |
| 29 | |
| 26 |