Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
I have two whole number columns that I would like to concatenate into 1 decimal column. For example, column A contains the value 2 (as in 2 months ago), and column B contains 1 (as in "the first week" of the month). I want the resulting calculated column to show 2.1 (2 months ago, first week of that month), formatted as a decimal. I tried the following:
hi @Anonymous, you can concatenate the 2 columns and then format the same as a whole number - please refer to the below screenshots
Please mark the post as a solution and provide a 👍 if my comment helped with solving your issue. Thanks!
Proud to be a Super User!
It looks like what was happening is that I had another measure referencing this column as text with " " so it wasn't able to convert. I removed the references to this column and the conversion worked.
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.