Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreThe FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. Register now
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 other column with the total of sales, as you can see in the below image, the value of the column "aaaa" is diferent for the total of the other column "Ventas internas", this is ok, the reason for that is because we need only to show only these "Marca" we don't need to show all the "Marca", that's the reason why in the column "% Part. Vlr Mes" the total is not 100%.
Everything is ok, a this moment the formula works fine for me, the problem comes using the report tooltip option.
I don't understand why "aaaa" is the same value of the Total of "Marca", as the first image show that total is no the same, i used the same fields nothig is different. Please somebody help with this I really need this to work,
This is the function for "aaaa":
Thanks in advanced!
Solved! Go to Solution.
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"
)
)
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"
)
)
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
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 |
|---|---|
| 53 | |
| 40 | |
| 37 | |
| 19 | |
| 18 |
| User | Count |
|---|---|
| 69 | |
| 68 | |
| 34 | |
| 33 | |
| 30 |