Forum Discussion
tannhq
4 years agoHelper I
Count rows in table visual with Field Parameters
Hello everyone, I have a question. Before that, I can use the COUNTROWS and SUMMARIZECOLUMNS to caculate the number of rows visible in the visual table. But now we apply Field parameters, how can...
- 4 years ago
It's a two step process. Check the article at sqlbi.com . Fields parameters in Power BI - SQLBI
Unfortunately it is not (yet) possible to provide lists of columns instead of individual columns
lbendlin
3 years agoSuper User
use as is. Don't specify a table.
- ppdas21123 years agoHelper I
lbendlin something has to be specified? I am getting the above error.
Basically I would need the names of the fields that I have selected using Field Parameter inside ALLSELECTED(). How can I make that dynamic? That will solve the problem
- lbendlin3 years agoSuper User
Please provide some sample data. Are you using a matrix visual?