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
User | Count |
---|---|
16 | |
13 | |
12 | |
11 | |
10 |
User | Count |
---|---|
19 | |
16 | |
14 | |
11 | |
9 |