Creating an index column for Power Bi

偶尔善良 提交于 2019-12-18 07:14:54

问题


I have a table of member IDs and transactions in Power BI, I would like to create an index column for it, any suggestions?

Regards


回答1:


My preferred method is to use PowerQuery (Power BI's Query Editor). Here's how:

  • Click the "Home" tab in Power BI and then click the "Edit Queries" button.
  • Then, under "Queries" on the left side of the screen, click on the name of the table you want to add the index to.
  • Then click on the "Add Column" tab and then click the "Index Column" button. (If you click the down arrow beside the Index Column button, you can decide what number to start the index with.)

  • Then click "File" and "Close & Apply".


来源:https://stackoverflow.com/questions/45715963/creating-an-index-column-for-power-bi

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!