Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
In short, Now I have a text column like //maybe more than 3 size pairs
"24x24 36x36 64x80"
Now I have to calculate the average width (24 + 36 +64) / 3
further, I need to calculate how many square in the above text. (2)
Notice: I use direct query mode now.
Hi @Anonymous
After testing, when you use the direct mode in Power query, many operations will be limited, it has the following limitation:
If the Power Query Editor query is overly complex, an error occurs. To fix the error, you must either delete the problematic step in Power Query Editor, or switch to import mode.you can refer to the following link.
it's better that you change the mode to import, the import mode support all operations in Power Query.
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
I have try lots of methods. And I found I can use #"Split Column by Delimiter" = Table.TransformColumns(#"Renamed Columns", {{"clean_sizes", Splitter.SplitTextByDelimiter(" ", QuoteStyle.Csv), let itemType = (type any) in type {itemType}}}),
to make the split result save to a list. But When Translate this list to a average number, it always remind me the step can't work in direct query mode. It's so weird. How to do that.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
15 | |
11 | |
8 | |
8 | |
7 |
User | Count |
---|---|
15 | |
13 | |
9 | |
6 | |
6 |