Forum Discussion
Anonymous
3 years agoNot applicable
Help with Flag Column
Hi All, I have requirement to create a P_Flag column and use in slicer. When any one C_code associated with P_Codes have C_flag as Y then whole P_Flag should be assigned Y. Please find the O/P r...
- 3 years ago
Hi,
For this you need to create a disconnected table with the filter to be used in this case Y/N.
The create the following measure:
Flag_MEasure_filter = IF([P FLag Measure] in DISTINCT('Flag Filter'[Flag filter]), 1)Use this measure to filter the table and the column of the disconnected table to use has slicer result below and in attach file:
Anonymous
3 years agoNot applicable
Hi All,
Please let me know if the requirement is posiible at all I have been struggling with this for some time.
Thank you