Knowledge Base Articles
Breadcrumbs

How to fetch the Serial number and Asset tag fields from the alm_hardware/alm_asset tables

Question

I’m using the Power BI - ServiceNow connector to pull some data from the alm_hardware (or alm_asset) table in ServiceNow. However, I’m not able to see the Serial number and Asset tag fields in the table. Our ServiceNow admins do see these fields in the ServiceNow UI, but I (and administrators) don’t see them through the connector (see attached screenshots). Do you know what might be causing this?

Power BI - ServiceNow Connector - alm_hardware table.jpg
alm_hardware table in ServiceNow Front End.png

Answer

The "Asset tag" and "Serial number" fields are blocked by ACLs (Access Control Lists). For testing perspectives, we tried setting the "Admin overrides" option within the following ACLs:

  • The Asset Tag ACL sys_id: 6fabe6ac1b1020002502fbcd2c07139a;

  • The Serial Number ACL sys_id: 0dbc2aac1b1020002502fbcd2c071347.

    image.png

After that, both fields became visible within the connector’s interface (just for administrators):

image (1).png

For non-administrators to utilize both fields, it is necessary to deactivate the mentioned ACL rules (6fabe6ac1b1020002502fbcd2c07139a and 0dbc2aac1b1020002502fbcd2c071347). The conditions in the ACLs are a bit strange from the standpoint of the application.

Also, there is another workaround for at least the “Serial number” field. The instructions are as follows:

  1. Select the required fields from the “cmdb_ci” and “alm_hardware” tables (including “Serial number” from “cmdb_ci”). Make sure to pick the “Configuration Item” (“ci”) field from the latter table (leave the “Use display value” option disabled for this field):

    Screenshot 2026-02-09 153242.png
  2. Export data from both tables to Power BI and set the relationships between them:

  • Connection: “cmdb_ci” > “cmdb_ci_id” (retrieved automatically) = “alm_hardware” > “ci”

  • Cardinality: one to many

    Screenshot 2026-02-09 153638.png
  1. Use the “Serial number” and other fields in your Power BI reports:

    Screenshot 2026-02-09 153826.png