Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
Hi,
is it possible to replace text with numbers? this formula works if I replace text with text but not with numbers?
= Table.AddColumn(#"Filtered <> 0", "Metric Index", each List.Accumulate (
List.Numbers (0, Table.RowCount (dim_metric_index)),
[METRIC],
(state, current) =>
Text.Replace (state, dim_metric_index[Metric]{current},
dim_metric_index[Metric Index]{current} )
))
Thank you so much!!
Lisa
Solved! Go to Solution.
Hi @Lisa_2021
You can use Replace.ReplaceValue instead of Text.Replace.
For more information please refer:
https://gorilla.bi/power-query/replace-values/
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly.
Hi @Lisa_2021
You can use Replace.ReplaceValue instead of Text.Replace.
For more information please refer:
https://gorilla.bi/power-query/replace-values/
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly.
Thank you!!
Glad to help 🙂
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
86 | |
81 | |
53 | |
37 | |
37 |