Adding Carousel in Power BI

Опубликовано: 26 Ноябрь 2024
на канале: Data Muallem
5,894
76

An image carousel is a slideshow of images that users can select by clicking a button that directs them forward or backwards in the slideshow.

Also displaying a custom message for a blank output in any visual.
Below is the DAX code used.
ForNoResults =
IF(ISBLANK(DISTINCTCOUNT('Sample'[Image URL])),
"No results found, please try again",
""
)

1. Add a search box like any other search engine in Power BI -    • Add a search box like any other searc...  
2. Power BI Dashboard Design or Report Design Techniques - Part 1 -    • Power BI Dashboard or Report Design T...  
3. Power BI Dashboard Design or Report Design Techniques - Part 2 -    • Power BI Dashboard or Report Design T...  

For downloading datasets, use https://www.kaggle.com/

Timelines
0:00 Intro
0:34 Overview
1:31 Adding Custom Visual
2:35 Background Layout
3:11 Buttons
3:49 Creating Image Carousel
5:23 Customizations
6:41 Details Button
8:35 No Results Found

Visit https://www.datamuallem.com for more tips and tutorials.

👉 Please subscribe to my channel for more videos 💡
💜 Let me know in the comments which topic you would like to see a video on next.
Thanks for being a part of this channel and for all your support! 🔥🔥

#PowerBI​ #DataMuallem #DataTraining​
#powerbidesktop​ #powerbitraining​ #powerbideveloper​ #DAX #dashboarddesign #design #reportdesign #powerbidesign #carousel