Forum Discussion

Guneui_Lee's avatar
Guneui_Lee
Regular Visitor
2 years ago
Solved

How to Dynamically Update Histogram with Slicer in PowerBI

Hello, I have a table with {Date, Product Name, Sales} data. I want to display sales by product name in a histogram with 10 groups of equal intervals. I have successfully created a histogram for the ...
  • Guneui_Lee's avatar
    Guneui_Lee
    2 years ago

    [Solution]

    I added a table to represent separate groups and set it up by using measure to calculate the number of cases for each group. I've noticed that the histogram is generated dynamically based on the lookup period.