Forum Discussion
Multiple image slideshow visualization on select
Hi Team
I need Your help for image visualization. I have Multiple image for each item.
I need to dispaly a item and details in a table and on selecting a row the background should be blur and image visual to be open with next and previous button for slide show of image.
I tried , but bookmark option is not available for selecting a each row in table visual.
I dont want drillthrough because we are using in touch screen display , its difficult to handle.
Please suggest me good image slideshow visualization like newsfeed or like social media
3 Replies
- RubanBasileaHelper II
Thank you for your guidance, but this is not exactly fullfilled my requirement.
- adeelnazirHelper I
Power BI doesn't have such a custom visual, but I have an idea to implement your requirements in a tricky way.
- Create index column
- Display only 1st row on a table or I think you have to use the measure to display FirstNonBlankValue
- Drop the index column on Play Axis custom visual (Link below)
- If you have 10 rows, the axis index will execute from 1 to 10 by an increment of 1.
This way play axis can give you slides show view in Power BI reports.
Here is helping material.
https://www.youtube.com/watch?v=2G_fOhbvQe8
https://appsource.microsoft.com/en-us/product/power-bi-visuals/wa104380981?tab=overview
Thanks