Forum Discussion
Anonymous
5 years agoNot applicable
Help with Dax to create a filtered selection based on two grouped columns
I have this report with the following rules: Check PBIX: https://drive.google.com/file/d/1C1xb-CGPMWVs1qyS3e9HtPr2IWgTM_iW/view?usp=sharing The table "report ProducerCons...
aj1973
Community Champion
5 years agoHere you go
Obviously you didn't read my previous reply
Anonymous
5 years agoNot applicable
May I have yoiur PBIX to see what tables the columns are pulled from?
You will observe that the field confidencescore is repeated indciating a probale relationship problem. To confirm this, in Values, you may set Confidencescore to "Don't summerize".
My altimate goal is to :
1. I need to extract distinct/count of Clientname+taskcode (not just based on taskcode as currently implemented) for both colunms.
2. Only codes with sum of "report ConsumerTaskCodes" - confidencescore for selected Clientname+taskcode > 50 are to be considered in the reported (filtered).
- aj19735 years ago
Community Champion
https://drive.google.com/file/d/1UR0WsbufPMKXzp67JnRWBSKsAgNuRUi7/view?usp=sharing
Your requests are not clear.