Forum Discussion
Jpss
Resolver II
4 years agoGetting user entered value to set target
Hi, I need to create a target line, where i need value to be supplied by the user. So i went with parameters option. The problem i am facing is that the values have to be in Billions. So i someho...
Anonymous
4 years agoNot applicable
Hi Jpss ,
Please review the following blog and check whether the approach mentioned inside can be used as a workaround or an alternative...
Applying a measure filter in Power BI
Revenuess Year :=
CALCULATE (
[Revenues],
ALL ( 'Date' ),
VALUES ( 'Date'[Calendar Year Number] )
)
Best Regards