stigcorneer
New Member
- Joined
- Nov 14, 2018
- Messages
- 30
Hi,
I have a Excelfile with a power query model in it.
It works fine on one computer, but when I run it in on another computer there are errors.
I use excel 2016 on both computers but the one with errors crashed a couple of weeks ago and got office reinstalled just the other day.
The error seem to appear in this function:
Table.TransformColumns(#"Transponerad tabell1", {{"Column1", each Text.AfterDelimiter(_, "Column"), type text}})
When I look at the power query window the function "Text.AfterDelimiter" just isn't there on the second computer.
Is it possible that some of the M functions are missing from the computer and how do I repair it?
I have a Excelfile with a power query model in it.
It works fine on one computer, but when I run it in on another computer there are errors.
I use excel 2016 on both computers but the one with errors crashed a couple of weeks ago and got office reinstalled just the other day.
The error seem to appear in this function:
Table.TransformColumns(#"Transponerad tabell1", {{"Column1", each Text.AfterDelimiter(_, "Column"), type text}})
When I look at the power query window the function "Text.AfterDelimiter" just isn't there on the second computer.
Is it possible that some of the M functions are missing from the computer and how do I repair it?