I have run into a brick wall. I'm new to Power BI, but I really would like to be able to show my users something. Here goes: I need to be able to create a visualization that will update based on a measure when slicers are applied. Specifically, I have a list of electrical outages by customer. I want to know how many outages that customer experiences when a slicer is applied.
I have created a measure that counts the number of outages a customer has in the customer-outage listing and it works great when slicers are applied to limit the outages based on type of outage, but I cannot use that measure in a visual like a pie cart. I also made a calculated column based on the measure and it correctly displays the total number of outages the customer has seen, but never re-calculates once the slicer is applied. I used the calculated column in the pie chart, but I would rather have used the measure. My measure is named "Filtered.CEMI-x". My calculated column is named "CEMI-x".
Does anyone know how to use a measure in a visual?