Forum Discussion

rickferreiran's avatar
2 years ago

Countrows when there are applied slicers

Hello

I have a report with 6 slicers each one come from dimensions tables, and one chart that is a table which the data comes from my_table when I only show some columns in the chart.
I a have a measure that count the number of rows, however when I applied the filters in slicers the measure does not retuns the correct values.
Measure_A = countrows(my_table)

Does anyone knows how to solve this?

3 Replies