Display image using Data Image visualization

I am trying to create a scorecard that shows all of our AR resources and their photo using the Data Image visualization without success. I can’t get their photo to show. If I use the Image component, then the same photo that I selected would show all every AR resources (see last screenshot).

I imported 2 AR resource photos into Dundas Image/AR Resource folder (see screenshot 2). I then updated the Image Path of the Data Image visualization’s property to “/Content/Images/AR Resource/[Emp_ID].jpg”. When I viewed the scorecard, I only saw the Emp IDs and Names, no photos (see 3rd screenshot). Any suggestions or ideas on how to get the photo to show for each AR resource.


image
image
image

@nathan.nguyen the image beside it shows the path is set to /Content/Images/[Emp_ID].jpg can you check that?

I have the same images in both the Images folder and the Images/AR Resource folder and neither works.

The Images folder you see in the Dundas UI and the Images folder that /Cotnent/Images points to are two separate things.

The Images folder in the Dundas UI is any image that was uploaded to the Dundas application and is stored in the warehouse DB. Meanwhile, if you open up File Explorer and navigate to something like the following:

C:\Program Files\Dundas Data Visualization Inc\Dundas BI\Instances\<instance_name>\www\BIWebsite\wwwroot\Content\Images

That directory is what /Content/Images is pointing to and thus that is where you want your images placed. Otherwise, in order to reference uploaded images to Dundas, you image path would have to be something like:

dundasImageResource:[id]

Where the ID is what you see in the ID field when you right click on the image in Dundas and go to its properties.