Imke Feldmann on 28 Jun 2016 21:38:19
This is a problem with this forum-software: When posting code to share sometimes the copied code will not run because there are non-printable characters included that destroy the logic.
The code in the HTML-editor works (also when edited again), but when the readers copy it, it will contain these invisible characters. (like here: http://community.powerbi.com/t5/forums/editpage/board-id/power-bi-designer/message-id/17755 the invisible character is between "Product" and "ID")
- Comments (7)
RE: Code editor in forum injects non printable characters
This seems to be fixed now - thanks a lot!
RE: Code editor in forum injects non printable characters
'@charles sterling: Is there any progress re this issue? Is there anything I can do here?
RE: Code editor in forum injects non printable characters
I've made a video showing the bug and some more descriptions here: http://community.powerbi.com/t5/Desktop/Find-or-refer-to-previous-value-using-the-date-column/m-p/53628/highlight/false#M21649. Please fix this!!
RE: Code editor in forum injects non printable characters
Hi Chuck,
sorry, missed your post.
It's in the step "Partition" of the link above (no format-options to highlight available here?):
Partition = Table.Group(Sales, {"StoreID"}, {{"Partition", each Table.NestedJoin(_,{"ProductID"},Product,{"ProductID"},"NewColumn",JoinKind.RightAnti)}}),
The 2nd "ProductID" is separated into: Product & ID
RE: Code editor in forum injects non printable characters
I will let the Community web team know...They are working on updates like this now
Chuck
RE: Code editor in forum injects non printable characters
Hello,
Talking to the team, they would love to see a repo or get a link to where you are getting your source.
Thanks
Chuck
RE: Code editor in forum injects non printable characters
... seems that editing isn't possible - so here comes the update: This seems to be a browser issue (again) with Internet Explorer :-(
Please fix nonetheless!!
Thank you.