Forum Discussion
kozmar
9 years agoFrequent Visitor
Power BI DAX Patterns Products/Locations
I have a need to identify products (and counts for % of total) based on the following scenerios. The locations are a slicer filter applicable to all. 1. If the product exists in one location, fl...
- 9 years ago
Hi kozmar,
I am thinking I should be able to have flags on the product dimension, and set them dynamically based on facts grouping the count of products based on filters.According to your description, are you trying to add dynamic column calculation based on Slicer Selection in your product dimension table?
If that is the case, it is not possible to do it because calculated columns are initialized regardless of Slicers. However, you can create a measure to show the flag with the Products in the report. Here is a similar thread for your reference.
Regards
kozmar
9 years agoFrequent Visitor
We are good, the filter group by combination gives the needed results. Works great. thanks. I probably didn't describe the problem correctly.