Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hi
I need to concatenate a measure and a column
Example for Volume I have quantity
To find total volume I do sum(quantity), but the unit of measurement is in different column which is a string.
How do I combine both the values
Say 100 KG --> 100 comes from sum(quantity) and KG is present in different column.
Thanks
New Column = [Measure] & " " & [Column]
Hi Greg,
Really thanks for the prompt reply.
However I donot want a column, all I want is simple.
I have two colums, one quantity (numeric) and one UOM (text)
I want summation over quantity say sum(quantity) which gives me 100, now I need to put this value in chart and show the result as 100 KG...this KG comes from UOM column which is a string.
I would be obliged to connect with you, I work from India and support US hours. Let me know a way to connect to you.
Maybe whatsapp ? +91 8765045961
Best Regards
[Volume] & " " & SELECTEDVALUE( T[ColumnWithUnit] )
But if this works... it means the design is flawed 🙂
Best
D
Hi Greg,
Thanks for the help again. Unfortunately I am unable to put the filed in Value for a bar chart.
Regards
Anindya
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
15 | |
10 | |
10 | |
10 | |
10 |
User | Count |
---|---|
19 | |
14 | |
13 | |
11 | |
8 |