March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
I am new to Pwer BI. I have one column called quarter where I need transformed like this
Quarter New Column
01 Q1
02 Q2
03 Q3
04 Q4
Any help, how to do that?
Solved! Go to Solution.
New Column = "Q" & VALUE([Quarter])
If you don't want zero so first get rid of this zero then concatenate it column value.
Column=
Var QUAR= Mid(Table[Quarter], 2,3)
RETURN "Q"& QUAR
New Column = "Q" & VALUE([Quarter])
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
125 | |
85 | |
69 | |
54 | |
45 |
User | Count |
---|---|
204 | |
105 | |
99 | |
64 | |
54 |