Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
Hi All,
i need help to create a matrix, like this but i want order the matrix by the release date of item, i tried with sorting by release date in table but more items was released in the same day and i can't do that. Any idea how i can sorting the matrix without add the release date info but use this for sorting?
Solved! Go to Solution.
Hin @Mike91
According to my understanding you want to sort a Power BI matrix by the release date of an item, but you don't want to explicitly display the release date in the matrix.
Solution would be using a Calculated Column and Sorting
Create a Calculated Column:
ReleaseDateRank = RANKX(ALL(YourTable[ReleaseDate]), YourTable[ReleaseDate])
Replace YourTable[ReleaseDate] with the actual name of your release date column.
Sort the Matrix:
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Happy to help!
Hin @Mike91
According to my understanding you want to sort a Power BI matrix by the release date of an item, but you don't want to explicitly display the release date in the matrix.
Solution would be using a Calculated Column and Sorting
Create a Calculated Column:
ReleaseDateRank = RANKX(ALL(YourTable[ReleaseDate]), YourTable[ReleaseDate])
Replace YourTable[ReleaseDate] with the actual name of your release date column.
Sort the Matrix:
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Happy to help!
Thanks for the help, when i drag the rank value i need to a drill to see the item but near of them remain the rank value, it's possible hide them?
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 43 | |
| 38 | |
| 35 | |
| 21 | |
| 15 |
| User | Count |
|---|---|
| 63 | |
| 58 | |
| 28 | |
| 27 | |
| 25 |