Forum Discussion
RubanBasilea
6 years agoHelper II
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...
adeelnazir
4 years agoHelper 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