Forum Discussion
Anonymous
7 years agoNot applicable
Help DAX formula
Hello, I need help with a function in DAX, the problem comes using a report tooltip. I have a table in a page that I use for a report tooltip, in the table theres a column for the sales and ...
- 7 years ago
Hi Anonymous ,
To update your measure as below to have a try.
This is the function for "aaaa": CALCULATE ( [Vlr Ventas Internas]; FILTER ( ALLSELECTED ( 'Aux Marcas Nutresa' ); 'Aux Marcas Nutresa'[Empresa] = "Nutresa" ) )
Anonymous
7 years agoNot applicable
Hey Anonymous
I got a bit lost with your description.
Anyhow, CALCULATE should have an expression in it. Something like sum/count/countrows/etc.
Are you missing this expression?
Cheers!
A