Forum Discussion
Jensej
5 years agoHelper V
Using values from a Visual filter in a measure
Hello! So i have a yearly Target Amount stored in a table. 15 780.- Now i have a visual where my target value is 15 780.-. In my visual im able to filter the months if i for example want to ...
- 5 years ago
I apologize for the misplaced " in the formula.
Before you create the date column, click on Month, change the data type to text. Same thing goes to year. Then, you create the date column, after that, change the data type of the date column to date.
darentengmfs
5 years agoPost Prodigy
If your data does not have date values or anything that is related to dates, Power BI will not know what dates those are in.
Jensej
5 years agoHelper V
darentengmfs I understand but isnt possible at all to see what i choose in the Visual Filter and use these inputs in a measure?
Measure =
Variable = Target/12
CALCULATE( SUM(SELECTEDMONTHS)*Variable)
Something like this