Forum Discussion
Filter table and show its VALUES
- 7 years ago
Hi nti-cristiano ,
Don't create a table, make a table visual with the information you need and place the countrows formula in the fliter of that table or visual, no need to create a new table on your model.
Regards,
MFelix
Hi nti-cristiano ,
If you already have a measure that makes the rouw count you can use it to filter out a table visual with the information you need, the only thing that you need to make sure is that the Calendar data column is included in your visual and put your Count of rows in the filter.
Regards,
MFelix
Thanks for the help!! My problem is exacly that, how can I mount a table instead of count rows? I've been trying using SUMMARIZE, SUMMARIZECOLUMN, CALCULATETABLE and even ADDCOLUMN, but I don't know how to create a table from the result from a FILTER. Please, help me to transform my measure that counts rows into create a table with the data, this is my current measure:d
- MFelix7 years agoSuper User
Hi nti-cristiano ,
Don't create a table, make a table visual with the information you need and place the countrows formula in the fliter of that table or visual, no need to create a new table on your model.
Regards,
MFelix
- nti-cristiano7 years agoFrequent Visitor
Wow!!! That was so much easier than I thought!!! Many thanks MFelix it worked perfectly!!!!