Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin 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.
Hi Team,
We are combining the values for unique identify the rows
.
Having two columns , employeenumber and percentagecontribution (which is measure) , we are trying to combine these two fields using '|' pipe symbol seperator.
For example: Emplyee number : 00109364 & Atual value is 0.0796
expected result : 0.0796 |00109364
Current Result : 7.96|00109364
Snapshot of current result
Red line indicates wrong means employee number appending correctly but percentageofcontribution values not correct when we combine.
For example: Atual value is 0.0796 after combining its showing 7.96 but expected is : 0.0796
percentageofcontribution = measure , Employeenumber = Column , Column = percentageofcontribution + Employeenumber
Thanks In Advance
Solved! Go to Solution.
Hi, @Anonymous
There is no problem with the formula,maybe just the scientific notation is automatically used when displaying the result.
Best Regards,
Community Support Team _ Eason
Hi @Anonymous
Try this:
Measure=
[percentageofcontribution] & "|" & max(Employeenumber)
If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
LinkedIn: www.linkedin.com/in/vahid-dm/
Hi @VahidDM ,
I tried with these measure [percentageofcontribution] & "|" & max(Employeenumber) its returning the same wrong decimal appended with maxemployee number
My problem with the [percentageofcontribution] value
ex: Atual [percentageofcontribution] value is 0.0796 after combining its showing [percentageofcontribution] value is 7.96 but expected is : 0.0796
Hi, @Anonymous
There is no problem with the formula,maybe just the scientific notation is automatically used when displaying the result.
Best Regards,
Community Support Team _ Eason
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 6 | |
| 3 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 13 | |
| 10 | |
| 8 | |
| 8 | |
| 7 |