Skip to content
TOPN
TOPN (
3,
ADDCOLUMNS (
VALUES ( 'DimProduct'[FrenchProductName] ),
"@Sales Amount", [Total Sales]
),
[@Sales Amount],
DESC
)
ORDER BY [@Sales Amount] DESC
CALCU
Want to print your doc?
This is not the way.
Try clicking the ··· in the right corner or using a keyboard shortcut (
CtrlP
) instead.