PauloGrijo
9 months agoKudo Kingpin
Matrix Magic - Paginated Table and Custom Sorting - Crypto Currency
I attempted to recreate a Crypto Insights dashboard in Power BI, using M language to connect and transform data from the CoinGecko API. The idea behind this visual wasn’t just to show crypto metri...
TononFelipe
8 months agoNew Member
Hello,
Congratulations on the excellent work!
One thing I noticed is that the page segmenter continues to 20 even when the rows end before that.
I took the liberty of making a brief adjustment by applying a visual filter to only show the selection of pages that contain data.
If it helps, I used the following measure:
Filter Page = IF(
[Value # items rows] <= [Total Pages],
1,
0
)
Thank you!