Day 17 - How to Add Search Functionality in POWER BI Report + Import Custom Visual - 'Play Axis' in POWER BI which works like a dynamic slicer, it animates other power bi visuals without any user interaction !!!

Step 1 : Open Power BI & then navigate to Get Data > Web > Enter https://api.covid19api.com/summary to access COVID-19 World data Step 2: Import Custom Visual – ‘Text Filter’ as we are going to add a Search Box which would search across columns – CountryCode, Country, TotalConfirmed, TotalRecovered, TotalDeaths Step 3: Create a new column# ‘SearchBox’ which would be concatenation of columns – CountryCode, Country, TotalConfirmed, TotalRecovered, TotalDeaths Now a new column is a part of the data-set. We can use part of string to filter the data. For example – we can search by just typing ‘0’ in search box or CountryCode or Country or Partial String …… Step 4: Let’s use the formula column in our chart to filter data. Step 5: Tada 🎉🎉 we are able to filter data across a combination of columns !!! Step 6: Import a new custom visual – ‘Play Axis’ . It’s ...