Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi - i'm trying to build a custom visual using a table.
I've got the table building and displaying fine, however, I need to handle when a user changes the order of the data items in the data role.
there is the property on the dataview>table>columns called 'rolesIndex' which gives the position of the column insiode the field well as determined by the user - this wil be different from the table>colum>index if the user has dropped fields int eh field well and then rearranged the order of them.
My question is - does anyone have an easy way of sorting the arrays withing the array of table>rows, such that it matches the order determined by the field in table>columns>rolesIndex?