Forum Discussion
naninamu
1 year agoHelper IV
Filtering a table for Max and Min
Hi - I think this should be simple but for some reason won't work for me! I have a table that look like this. It lists a Folder, the type of file in it and the score for each file. This is an ex...
- 1 year ago
Just to show that without Dax you see a different result...filtered also by type.
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly.
Jihwan_Kim
1 year agoSuper User
Hi,
I am not sure how your semantic model looks like, but I tried to create a sample pbix file like below.
If the data model descrbes STAR SCHEMA, something like below, I think it can be approached by using simple MIN and MAX DAX functions.
Please check the below picture and the attached pbix file.