Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!
is there any tutorials / documents to create sorting (asc/desc) by code in header table?
it is posible to do like in Table/Matrix visualization
Hi @Anonymous,
Something like this? Or this? You would just need to wire up similar code for your table.
Alternatively you could look into a existing table library and incorporate into your project. A lot of these have sorting built in. tabulator is a pretty good one and has NPM support, so you should be able to add it into your project pretty easily.
Good luck!
Daniel
Proud to be a Super User!
On how to ask a technical question, if you really want an answer (courtesy of SQLBI)
hi @dm-p that all good libraries
but can we doing sorting like table/matrix visualization, click on header and trigger change on sorting power bi
if this not posible todo, i will use table library and sorting in memory, but this is need time to load all data
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 |
| User | Count |
|---|---|
| 5 | |
| 5 | |
| 4 | |
| 4 | |
| 3 |