Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
Hi,
Can Anyone help,
Why my TOPN not filting the value, Its showing below error
The expression refers to multiple columns. Multiple columns cannot be converted to a scalar value.
Hi Raju,
Now its working Fine otherthen TOPN.
hi @Anonymous ,
TOPN returns a table, you can't CALCULATE a table directly. What do you plan to do with the top3 table?
Hi Freeman,
i am trying to get top 3 customer from the given table based on condition
Hi @Anonymous - can you try below measure
Test for TOP =
TOPN(3,
FILTER('2425', '2425'[SBUName]="AI & ML"),
'2425'[ValuesinLakhs],
DESC
)
Hope it works
Proud to be a Super User! | |
Hi Raju,
Its says same error..
Hi @Anonymous - can you try below updated with sumx
Test for TOP =
TOPN(
3,
FILTER('2425', '2425'[SBUName] = "AI & ML"),
SUMX('2425', '2425'[ValuesinLakhs]),
DESC
)
Proud to be a Super User! | |
No Luck Raju.
Hi @Anonymous -pls use below measure
Proud to be a Super User! | |
Hi Raju,
TOPN function not filtering also total value calculattion showing wrong values
hi @Anonymous ,
this shall already work. could you paste a link for your sample file?
HI Freeman,
Please find the sample data link..
https://drive.google.com/file/d/1dghNAIA1KugRnjBYfrLZ8Dj4h0bOh-4O/view?usp=drive_link
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 41 | |
| 37 | |
| 34 | |
| 21 | |
| 16 |
| User | Count |
|---|---|
| 65 | |
| 62 | |
| 31 | |
| 26 | |
| 25 |