Forum Discussion
powerbi1986
5 years agoFrequent Visitor
Count row with 100% value only
Hi,
Can anyone help me please...
Try to count
1. List with 100% value
2. Expected value = 8
BUT i got 83
- Anonymous5 years ago
9 Replies
- AnonymousNot applicable
Hi powerbi1986
I would use the below DAX.
_count100% =
VAR _pcnt = DATA[% (B/A)]
CALCULATE(COUNT(table[LIST]),FILTER(ALLSELECTED(Table[LIST]),_pcnt = 1)) - powerbi1986Frequent Visitor
I havent got 8 yet
- powerbi1986Frequent Visitor
Will try
- powerbi1986Frequent Visitor
hi Anonymous
still the same after using below DAX_count100% =
VAR _pcnt = DATA[% (B/A)]
CALCULATE(COUNT(table[LIST]),FILTER(ALLSELECTED(Table[LIST]),_pcnt = 1))- AnonymousNot applicable
Hi powerbi1986
Can you please share the sample pbix file.
- powerbi1986Frequent Visitor
hi Anonymous
as requested..
The sample PBIX file
https://www.dropbox.com/s/qr8h3k4wdu35cia/SAMPLE.pbix?dl=0