Forum Discussion
Drop Down Values from Columns
- 3 years ago
epelton , if you want one slicer selection at a time, then you can consider field parameter
Power BI- Create dynamic slicers using field parameters: https://youtu.be/H2ZxWaHAJZQ
https://medium.com/@amitchandak/power-bi-power-bi-create-dynamic-slicers-using-field-parameters-202587d4dedbAnother way is have an independent table with values t and f and then use it as per need
countrows(Table,Table[Good Attitude] in values(TF[Value]) )
example
Power BI Exclude selected Slicer value, Independent Table: https://youtu.be/lOEW-YUrAbE
epelton , if you want one slicer selection at a time, then you can consider field parameter
Power BI- Create dynamic slicers using field parameters: https://youtu.be/H2ZxWaHAJZQ
https://medium.com/@amitchandak/power-bi-power-bi-create-dynamic-slicers-using-field-parameters-202587d4dedb
Another way is have an independent table with values t and f and then use it as per need
countrows(Table,Table[Good Attitude] in values(TF[Value]) )
example
Power BI Exclude selected Slicer value, Independent Table: https://youtu.be/lOEW-YUrAbE