Forum Discussion
Percent change in tool tip
- 4 years ago
I figured out a solution. Not the most elegant, but gets it done. I removed the year from the column series and then created two measures to look at leads from the first year and last year like below. This gets the tool tip to show the change between the two. The only down side is that now more then two year's can't be viewed at once.
First Year Leads = VAR minyear = Dim_Date[minyear] RETURN CALCULATE(Fact_Lead[Count Lead],Dim_Date[Year] = minyear)
Hi,
You will have to anonymise the data and then share it with me. I am not sure of how much i can help, but i would like to try.
The data source is a tabular model deployed to our Power BI premium workspace. Would anonymising mean creating a copy of the model within this report but with dummy data? Please forgive my ingnorance, I am just new enough to power bi to be unsure on this point.