Forum Discussion
Customer Population grouping not working?
- 6 years ago
Hi Anmolgan,
1.Create a slicer table with all the categories in the column:
2.Create a measure as below:
check = IF(SELECTEDVALUE('Slicer table'[Column1])='ZSD_MAT_MARGIN'[Customer Classification 1],1,0)3.finally put the measure in the table visual and select measure =1.
For the related .pbix file,pls click here.
Best Regards,
KellyDid I answer your question? Mark my post as a solution!
Hi Anmolgan ,
Just put the calculated column "Customer Population" in the slicer,and you will see:
I have modified your .pbix file,pls click here.
Kelly
v-kelly-msft Hi, customer population is a custom column and that is not aligning correctly with the measure that I had built, you can see it for yourself, 0-20 KL slab is not aligning correctly with the custom column filter
- v-kelly-msft6 years ago
Community Support
Hi Anmolgan,
1.Create a slicer table with all the categories in the column:
2.Create a measure as below:
check = IF(SELECTEDVALUE('Slicer table'[Column1])='ZSD_MAT_MARGIN'[Customer Classification 1],1,0)3.finally put the measure in the table visual and select measure =1.
For the related .pbix file,pls click here.
Best Regards,
KellyDid I answer your question? Mark my post as a solution!