Forum Discussion
Power BI DAX Patterns Products/Locations
- 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
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
Yes, that works. thanks!
- v-ljerr-msft9 years ago
Microsoft Employee
Hi kozmar,
Great to hear the problem got resolved.:smileyhappy: Could you accept the corresponding reply as solution to close this thread?
Regards
- kozmar9 years agoFrequent Visitor
Yes!! reply accepted as solution. thanks.