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,
Can you share the download link of your PBI file?
- jonathansharp4 years agoRegular Visitor
Hi Ashish, I am new to posting thing here so please forgive my ignorance. How to I share the link while making sure I am not sharing any company data? Also this PBI is getting its data from a seperate model that you wouldn't have access to, so would you even be able to view anything on the report?
- Ashish_Mathur4 years ago
Super User
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.
- jonathansharp4 years agoRegular Visitor
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.
- jonathansharp4 years agoRegular Visitor
Ashish_Mathur Here is a link to the file. I won't let me attach it here for some reason. I am getting this when I try.
https://drive.google.com/file/d/1eLAXdSpmBgez7iMs2fyznzvP3ZQ8GtU9/view?usp=sharing
- Ashish_Mathur4 years ago
Super User
Hi,
I tried but i cannot figure out a solution. Sorry
- jonathansharp4 years agoRegular Visitor
Anonymous - I uploaded a copy of my report above. Do you have any ideas of how to make it pass both the first and second year into the tool tip?