Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register 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! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
15 | |
14 | |
13 | |
12 | |
11 |