This content has been marked as final.
Show 4 replies
-
1. Re: How to get particular region profit in tool tip ?
Naveen B Nov 22, 2018 11:52 PM (in response to sakthi Kumar)Hi Sakthi,
I Hope this is your view look like
Create a calculated field like below
East Profit:
{Exclude [Region]:SUM(
{Fixed [Region],YEAR([Order Date]):
SUM(If [Region]="East" THEN [Sales] END)}
)
}
Place it in Tool tip:
Arrange your tool tip like below:
You Will get the Desired Output
Hover over Central Region:
Hope this helps. Plz mark this answer as correct or helpful to close the thread
BR,
NB
-
2. Re: How to get particular region profit in tool tip ?
Hari Ankem Nov 22, 2018 11:55 PM (in response to sakthi Kumar)-
East Profit.twbx 2.3 MB
-
-
3. Re: How to get particular region profit in tool tip ?
sakthi Kumar Nov 23, 2018 12:59 AM (in response to Hari Ankem)Great its working fine Thank you hari
-
4. Re: How to get particular region profit in tool tip ?
Hari Ankem Nov 23, 2018 10:51 AM (in response to sakthi Kumar)You are welcome.