How-to show images from SharePoint Online (Modern) - #ARCHIVED#

This content has been archived. It may no longer be relevant.  
  1. Create a document library (Example: ExampleImages).
  2. Add a column of type “Picture” with the name “Thumbnail”.
  3. Upload your images.
  4. Update the field “Title” for all images so it contains an unique value. Example: “Image1”.
  5. In your canvas app, add a control of type “Image”.
  6. Configure the property Image of this control. Example:
LookUp(ExampleImages, Title = "Image1").'Thumbnail ({Thumbnail})'.Large

Source: https://powerusers.microsoft.com/t5/Building-Power-Apps/Get-image-from-Sharepoint-list-or-library-and-show-the-picture/m-p/471563/highlight/true#M141433