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 -
I am trying to filter a table base on the following condition (Status=New, SME group is not populated (blank)) but it came back with error " A single value for column [] in table [] can not be determined. This can happen when a measure formula rfers to column that contain many values without specifying aggreation..." I am new with this and any help are greatly appreciated. Thank you in advance!
Solved! Go to Solution.
Hi, @HugoTran
filtercondition =
If( min(tablename[status])="new" || min(tablename[sme group assigned])<>blank(),"filter","not filter")
hi, @HugoTran
when you use measure you need aggegation functions like sum(), min(), max(),....
try like below
filtercondition =
min(tablename[status])="new" || min(tablename[sme group assigned])<>blank(),"filter","not filter")
Thanks for the help. When I update the agg function to MIN, I got error "Too many arguemtns were passed to the FIRSTNONBLANK funciton. The maximum argument count for the function is 2."
Hi, @HugoTran
filtercondition =
If( min(tablename[status])="new" || min(tablename[sme group assigned])<>blank(),"filter","not filter")
@Dangar332 I'm pretty sure you saw that I was already helping here, and stepped on my work none the less.
@Anonymous Definitely appreciated for your help. Thank you!
Got it. Thanks a bunch.
correction - MIN function*
@HugoTran You'll need to use an aggregation function in those cases (like MAX), or you can try using the FIRSTNONBLANK function with your example.
Thank you for the quick reply. when I added the MAX aggr function, I get the following error.
Tried FIRSTNONBLANK and get another error "Too many arguemtns were passed to the FIRSTNONBLANK funciton. The maximum argument count for the function is 2."
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
70 | |
68 | |
43 | |
34 | |
26 |
User | Count |
---|---|
88 | |
52 | |
45 | |
39 | |
38 |