Forum Discussion
Count rows in table graphic
- 3 years ago
I continued my question in a new forum where I found a solution in creating new DAX tables:
Solved: Measure combining filter and group by (or similar ... - Microsoft Power BI Community
Hi BartvDonkelaar,
You can use:
Count = CALCULATE(COUNT('Table'[ID]),FILTER('Table','Table'[Count]>=10))
Works for you? Mark this post as a solution if it does!
Consider taking a look at my blog: Forecast Period - Previous Forecasts
Hi Shaurya ,
Thank you for your reply!
I am familiar with the COUNT function. What I do not understand however is what table to reference ('Table' in your example). The table shown in my question is not defined in my data model, and only exists on my dashboard as a visual. This visual has filters applied to it, and results in the example table I showed in my question. From that table visual I would like to count the rows.
So basically my question is; can you refer to a table visual on your dashboard, and if so, how?
Kind regards,
Bart