Forum Discussion
Anonymous
9 months agoNot applicable
Create a Assortment View on PowerBI
Hey guys, I am trying to create an assorment view on powerbi that looks like something like this, Any tips and trick to achieve a view like this ? Thanks
- 9 months ago
Hi Anonymous
Ensure your data set has a URL column that contains links to the required images, then use the button slicer. In the following example i'm using countries flags. Add the detail field to the slicer, then in formatting, images, use the URL column.
Tip - your model needs to allow implicit measures, so no calculation groups.
If you are using calculation groups, add a group as follows and use that in the images:
URL Value = SELECTEDVALUE(YourTable[URL Column])--------------------------------
I hope this helps, please give kudos and mark as solved if it does!
Connect with me on LinkedIn.
Subscribe to my YouTube channel for Fabric/Power Platform related content!
lbendlin
9 months agoSuper User
Once you have that view, what is your next step? Are you expecting to be able to click on an item for further action?