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
Hello to everybody,
How can I add a letter infront of number at Power Query?
I have a Quater column and would lig to create a new custom colum and add a "Q" in front of the quarter number.
Final result: Q#
The DAX formula will be: = "Q"&FiscalQuarter(column name)
I want to do it , before the import into Power Bi
Many Thanks for your help
Wolfgang
Solved! Go to Solution.
Thanks a lot to all for your suppport and help
Final Solution: "Q"&Text.from(FiscalQuarter)
Has had some probles with some emty cells as well! Now it is working
Thanks a lot to all for your suppport and help
Final Solution: "Q"&Text.from(FiscalQuarter)
Has had some probles with some emty cells as well! Now it is working
= Table.AddColumn(PreviousStepName, "NewColumName", each "Q" & Text.From([Quarter]))
change PreviousStepName, "NewColumnName", and [Quarter] to match your query
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.