Forum Discussion
gg_10
6 years agoFrequent Visitor
Stored or Saved the result to database
Hi , I have a problem with the power bi . In my dashboard , I have a slicer as a slider . The slider will be drag by user , when the user drag the slider , the result will be stored or will be passed to database in server . How could i do that ?
7 Replies
- AnkitBI
Solution Sage
Hi - Currenlty, there is no default option to pass values from Report page to a Database. For Storage in a measure, see below.
Single_Selection = SELECTEDVALUE(Selection[Value]) Multiple_Selection = CONCATENATEX(filters(Selection[Value]),Selection[Value],",")
Thanks
Ankit JainDo Mark it as solution if the response resolved your problem. Do like the response if it seems good and helpful.