Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
Dear all,
I have a text column (ID) and Decimal column (LINENUM) wih 0 decimals which I concatenate with each other.
The problem with this is that the column suddenly shows decimals when I combine them:
I tried two different functions and both did not work. I used CONCATENATE() and COMBINEVALUES() but both show same result.
Does anyone know how I can remove the decimals in the new concatenated column?
Thanks!
Hi @Anonymous ,
Try Column by Example in Power Query
https://docs.microsoft.com/en-us/power-bi/create-reports/desktop-add-column-from-example
Do let me know if this works
Regards,
Harsh Nathani
Did I answer your question? Mark my post as a solution! Appreciate with a Kudos!! (Click the Thumbs Up Button)
Hello @Anonymous
Can you try the below DAX
ContractLine= CONCATENATE(ID,round([LineNum],0)
Please accept this as solution if this helped to help others
Best Regards
Jay Patel
iXpert Analytics
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
26 | |
12 | |
11 | |
9 | |
9 |
User | Count |
---|---|
17 | |
14 | |
13 | |
13 | |
12 |