Forum Discussion
amilkarigi
8 years agoHelper I
RANKX Measure issue
The problem is that I have a top 10 measure with rankx: Top Clientes =
VAR
Prod = [Mas Vendido]
VAR
Cliente = VALUES(Clientes[CompanyName])
RETURN
CALCULATE([Ventas Total];...
- 8 years ago
HI, I try to simplify this:
Top Clientesrl = VAR Prod = [Mas Vendido] RETURN CALCULATE ( [Ventas Total]; Ordenes[ProductName] = Prod )in the visual level filter
regards
Victor
Vvelarde
8 years agoCommunity Champion
HI, I try to simplify this:
Top Clientesrl =
VAR Prod = [Mas Vendido]
RETURN
CALCULATE ( [Ventas Total]; Ordenes[ProductName] = Prod )in the visual level filter
regards
Victor
amilkarigi
8 years agoHelper I
Could you please send me that pbix file, because in mine it still shows the same and I still don't know why it persists in showing me companies it shouldn't:
- Vvelarde8 years agoCommunity Champion
- amilkarigi8 years agoHelper I
Thanks a lot Vvelarde, you really helped me. I've been working on that problem for a week and now I finally finished :robotvery-happy: