Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi All,
What is the correct way to filter a column for 2 numbers?
I want to filter so that i get a total number of selection for 9 and 7
So far I have:
eROW = calculate([total respondents], OCE[Row] = "9,7")
wich obviously is not correct.
Then I thought it would be:
eROW = calculate([total respondents], OCE[Row] = "9" and "7")
but that's not right either
Solved! Go to Solution.
hi @e175429
try like:
Thank you @FreemanZ
The second option worked
hi @e175429
try like:
User | Count |
---|---|
25 | |
12 | |
8 | |
6 | |
6 |
User | Count |
---|---|
26 | |
12 | |
11 | |
10 | |
6 |