We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. 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
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.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 57 | |
| 38 | |
| 32 | |
| 18 | |
| 16 |
| User | Count |
|---|---|
| 66 | |
| 66 | |
| 40 | |
| 34 | |
| 25 |