Forum Discussion
DAX: Countrow Filter for table
Hello all,
I want create a DAX-Filter that count the rows in the above table. The reason is, that I want put the second table directly under the first table if there are 5 rows or less in the first table. Thats because if I filter the orders by date with the slicer, I got less rows than before, but the same table size.
With bookmarks I can use the DAX-Filter, that I put in the first table to count the rows.
If the rows under 5 or 5, the second table should move directly unter the first table last row(so the height of the first table should now be smaller that before).I want avoid the big white blanks unter the first table, if I use the date filter and the output give me less rows.
Here is the sample.
https://easyupload.io/4lwhqv
Thank you for any help.
7 Replies
- lbendlinSuper User
You cannot influence the size or position of visuals with measures. Bookmarks are your only choice for now.