How to add a CountRows Functionality in Pyramid
Hi Pyramid team,
I would like to request the addition of CountRows functionality in Pyramid, similar to the feature in DAX (Power BI). Currently, we need a function that can count the number of rows in a table using only the table's name. This functionality is extensively described here.
The CountRows function in DAX allows users to count all rows in a table without specifying columns or conditions, unlike the existing COUNT function in Pyramid, which requires specifying columns or conditions for counting. This new functionality would simplify queries and reports, making it easier to perform row count operations directly from table names.
Here are the links describing the COUNT function in Pyramid: 1, 2.
Thank you!
1 reply
-
Simply add a count measure to any column in a table.