Forum Discussion
Need help with parameter
- 5 years ago
You cannot directly use the parameter inside the DAX measure. But you can create a reference of the parameter. Then it will act as a table. After that, you can use it in DAX measure.
Attaching the PBIX file for your reference.
- 5 years ago
How can I convert parameter to table. Can you please provide an example.
- 5 years ago
- Open Edit Query window
- Right-click on Parameter
-
- Click Reference
- Then click on convert To Table
-
- 5 years ago
after = symbol, you could use selectedvalue() for getting the value.
selectedvalue() - 5 years ago
Thank you!!!!! Working fine...
after = symbol, you could use selectedvalue() for getting the value.
selectedvalue()
Thank you!!!!! Working fine...
- Anonymous5 years agoNot applicable
Hi parvathisuku_90 ,
If the problem has been resolved, could you please mark the helpful post as Answered? It will help other members in the community find the solution easily if they face the similar problem with you. Thank you.
Best Regards
Rena