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, i have a following formula in Power Bi:
let
Source = [Niestandardowe.2],
Custom1 =
Table.RenameColumns(
Source,
List.Zip(
{
Table.ColumnNames(Source),
List.Transform(
List.ReplaceValue(
List.FindText(
Table.ColumnNames(Source),
""),
"Cluster",
"TC",
Replacer.ReplaceText),
each if Text.Contains(_,"End")
then Text.Replace("_", "_","TC " ???????? )
else _ )
} ))
in
Custom1
I want to rename all columns which contain "End", rename to End1, End2, End3....
What i may to write instead "???????" i my code?
Thanks.
Solved! Go to Solution.
You didn't quite understand me, look in my code, and you understand what i want to do.
Hello @KitchenBy ,
You could double click on the column name and change it.
If I answered your question, please mark my post as solution, Appreciate your Kudos👍
Proud to be a Super User! | |
You didn't quite understand me, look in my code, and you understand what i want to do.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
118 | |
79 | |
47 | |
45 | |
32 |
User | Count |
---|---|
172 | |
90 | |
66 | |
46 | |
45 |