Question: Adventure Works has two product categories: Bikes and Accessories. The Bikes category has only 7 products, while the Accessories category has more than 30 products. Using one chart for each category, you must visualize the product sales. For the Bikes category, as there are only 7 products, you can use a pie or a column chart. What strategy would you use to display the data for the Accessories category? You can write DAX logic to group products for visualization. Visualize the sales amount over time and create a product slicer for interactive analysis. Use scatter charts as they are designed to visualize high-density data.