Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi guys,
I'm trying to create a summarize table Rank in a table context ALLSELECTED(Dados).
In my "Data" table it is apply some filters, and I would like to create a summarize table according to the filters applied to my Data table but is not working. My summarize is showing all the existing data in my Data table.
ALLSELECTED is not be applying in my SUMMARIZE.
Dados table
Can someone explain why this is happening?
ALLSELECTED is used in measures. It has no impact on tables created in the model. A table in the model must be and always is STATIC. It'll never change according to any selections in dimensions.
Thanks, recommend me any other alternative to solve my problem?
I thought about using summarize table because after creating the temporary table I want to validate if my table has less than 3 records I don't show anything, if I have more than 3 records I only show the records with rank above 3 but I don't know how can do that.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 3 | |
| 2 | |
| 2 |