Power BI DAX: TOPN, ASC, DESC
TopNValues =
TOPN(<N_Value>, <Table>, <OrderBy_Expression>, [<Order>[, <OrderBy_Expression>, [<Order>]]…])
The TOPN function in DAX (Data Analysis Expressions) is used to return the top 'N' rows from a specified table or expression based on a given ...
hashnotes.hashnode.dev3 min read