Forum Discussion
HASONEVALUE() not working inside a Table definition formula
- 9 years ago
Anonymous
hi, please try this
Change your table Top to:
TablaTopVV=
filter(SUMMARIZE(Historia;Historia[Marca];Historia[Tema];Historia[Año];"Dato";SUM(Historia[Dato]));Historia[Tema]="PDM")Create a calculated Column:
TOP = if(RANKX(FILTER(TablaTopVV,TablaTopVV[Año]=EARLIER(TablaTopVV[Año])),TablaTopVV[Dato])<=5,TablaTopVV[Marca],"OTROS")
A new Measure:
ElDato = CALCULATE(SUM(TablaTopVV[Dato]),FILTER(TablaTopVV,TablaTopVV[Año]=[Año seleccionado]))
Finally in Visual Chart:
Ready!!
Exactly,
I'll will work a little to strip sensitive data and create a sample in order to upload it.
Thank you.
Hi Anonymous,
Have you resolved your issue? Where is your sample data?
In addition, you can create a measure to show the value in slicer.
selected value=CALCULATE(Max(Table[data]),ALLSELECTED(Table))
Best Regards,
Angelia
- Anonymous9 years agoNot applicable
Hi,
I have not resolved it yet.
I am attaching a link to download a stripped down page, isolating the issue.
Your help is greatly appreciated.
Regards
https://1drv.ms/u/s!AvtcxjkBouSbqk6Wg_E82PODDz3U