The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi,
I have a table that must be desc order, however the first line (others) is the greater value, but I would like to have only in this case when Consultant Name is Others, automatically shows as the last line on the table. Is this possible?
Also, I would like to add a column after TOTAL called Average, but this column must be only the average of Grand Total, not every month. Is this possible?
Thanks a lot,
Fernanda
Solved! Go to Solution.
You can do that sorting by a workaround using an aggregated table. Check more details in the attached pbix file.
OrderTable is a reference from yourTable
You can check the similar sorting in Sorting Data Manually .
As to adding a extrat column to matrix visual, AFAIK, it is not supported. You can check this idea Add Personalized Columns in Matrix and vote it up.
You can do that sorting by a workaround using an aggregated table. Check more details in the attached pbix file.
OrderTable is a reference from yourTable
You can check the similar sorting in Sorting Data Manually .
As to adding a extrat column to matrix visual, AFAIK, it is not supported. You can check this idea Add Personalized Columns in Matrix and vote it up.