Forum Discussion
SarahLamblin
4 years agoNew Member
Countrows and summarize
Good morning, I've created a matrix table using 4 columns and one measure. It is a matrix table to visualize article numbers based on Article Status, Article type and Article group. The aim is ...
- Anonymous4 years ago
Hi SarahLamblin ,
I have created a simple sample. Please have a try.
VAR aantalartikels = COUNTROWS( SUMMARIZE('Table','Table'[ArtikelSoort],'Table'[ArtikelStatus],'Table'[ArtikelgroepOmschriving],'Table'[Gemarieerd])) RETURN MAX('Table'[Gemarieerd])If it is possible, please provide your pbix file without privacy information and desired output.
Best Regards
Community Support Team _ Polly
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
SarahLamblin
4 years agoNew Member
I've also tried using if(isinscope instead of if(isfiltered, but the result is still not what I want