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.
Hello guys,
I created a report using ArcGIS maps in Power BI desktop but when I click a point on the map, it shows "ROW_ID" in tooltip, ROW_ID field doesn't exist in my data table.
How can i remove the ROW_ID field from Tooltip?
Follow the print:
Solved! Go to Solution.
Hi, @JoaoKichel
ROWID:
Each row in a table has a physical address in the data file, and the ROWID pseudo-column returns the physical address of that row. The ROWID value uniquely identifies a row in the table. Since ROWID returns the physical address of the row, use ROWID to show how the row is stored.
RowID_Name takes the table as an input parameter and returns the name of the table's ObjectID (or RowID) field. This can be helpful if you want to perform non-versioned edits against a geodatabase table using SQL; however, you must know the name of the ObjectID field in order to insert values into it.
If the table is not registered to the geodatabase, an error message or null value will be returned.
There is no way to remove the ROW ID for now. Unfortunately, this is by design. Power BI is now unable to achieve what you need . You can submit an idea for it at https://ideas.powerbi.com/forums and wait for users with the same needs as you to vote for you to help make it happen as soon as possible.
This is the relevant document, hope to help you:
https://desktop.arcgis.com/zh-cn/arcmap/10.3/manage-data/using-sql-with-gdbs/rowid-name.htm
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, @JoaoKichel
ROWID:
Each row in a table has a physical address in the data file, and the ROWID pseudo-column returns the physical address of that row. The ROWID value uniquely identifies a row in the table. Since ROWID returns the physical address of the row, use ROWID to show how the row is stored.
RowID_Name takes the table as an input parameter and returns the name of the table's ObjectID (or RowID) field. This can be helpful if you want to perform non-versioned edits against a geodatabase table using SQL; however, you must know the name of the ObjectID field in order to insert values into it.
If the table is not registered to the geodatabase, an error message or null value will be returned.
There is no way to remove the ROW ID for now. Unfortunately, this is by design. Power BI is now unable to achieve what you need . You can submit an idea for it at https://ideas.powerbi.com/forums and wait for users with the same needs as you to vote for you to help make it happen as soon as possible.
This is the relevant document, hope to help you:
https://desktop.arcgis.com/zh-cn/arcmap/10.3/manage-data/using-sql-with-gdbs/rowid-name.htm
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
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 |
---|---|
65 | |
63 | |
52 | |
37 | |
36 |
User | Count |
---|---|
82 | |
66 | |
61 | |
46 | |
45 |