Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
harirao
Post Prodigy
Post Prodigy

Rearranging of rows in Matrix table

Hi All,

Can you pls assist me is it possible to rearrange the rows ASC to DES order, keeping WW in Top of the matrix table row.
1.PNG

Below mentioned calculate measures used for table.

> 6 Weeks Visibility # Deal / % of Regional Total = CONCATENATE(Query1[%6week_3], CONCATENATE("/",FORMAT(Query1[% 6+ weeks visibility],"0%")))
%6week_3 = IF(ISBLANK(CALCULATE(DISTINCTCOUNT(Query1[NxOpportunityIdentifier]), FILTER(Query1, Query1[actual_visibility_weeks]>=6))),0,
CALCULATE(DISTINCTCOUNT(Query1[NxOpportunityIdentifier]), FILTER(Query1, Query1[actual_visibility_weeks]>=6)))

% 6+ weeks visibility = IF(ISBLANK(DIVIDE(Query1[%6week_3],Query1[%6week_1&2])),0,
DIVIDE(Query1[%6week_3],Query1[%6week_1&2]))

Thank you
 
Regards,
Hari




 

3 REPLIES 3
v-alq-msft
Community Support
Community Support

Hi, @harirao 

 

You may try to make the matrix visual selected, click 'Sort by'=>'Region', make 'Sort descending' selected.

d1.png

 

You can also try what is suggested by @lbendlin . You may rename the 'Total' as 'WW'.

 

Best Regards

Allan

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

lbendlin
Super User
Super User

is WW its own region, or is it just a summary of the other regions?  If the latter then you should not show it in the same hierarchy level - this is confusing to users.  

 

Just use regular matrix functions and rename "Total" to "WW".

Hi,
Yes WW is Summary of all region, specifically requested  that WW should be on Top remaining Geo in DSC to ASC order.
Thank you

Regards,
Hari 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.