Forum Discussion
Using values from a Visual filter in a measure
- 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.
- Jensej5 years agoHelper V
Hi darentengmfs
No it's just a table with single budget amounts without any other information ( No dates )
Like this:
Apples | Pineapples | Pear
300 | 700 | 450
- darentengmfs5 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.
- Jensej5 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