Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hi,
Is it possible with a DAX statement to set/klick a checkbox?
BR
Torsten
Hi @torsten_FO ,
You can put the data in the network cloud disk and copy the link
Please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @torsten_FO ,
You can use the selectedvalue() function, when you click on the value in the slicer checkbox, the selectedvalue() function will get the value you clicked.
https://docs.microsoft.com/en-us/dax/selectedvalue-function
Here are the steps you can follow:
1. Create measure.
Measure =
SELECTEDVALUE('Table'[Value])
2. Result:
If it is not the result you want, can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Hi Liu,
sorry, this is not that what I meen. I'll give you an example:
I have a slicer with month names on my report. The challange is now to select the month what we currently have. I have an example file for that 😉 How can I put this in this post?
User | Count |
---|---|
16 | |
15 | |
14 | |
12 | |
11 |
User | Count |
---|---|
19 | |
15 | |
14 | |
11 | |
10 |