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
arikofather
Frequent Visitor

Sorting Visual Card in a Different Order instead of Default

 

In this simple report, I would wish that the filter card be sorted from 1 to 7.

Instead of:

 

arikofather_2-1685730026694.png

 

I tride using Sort Order table but it did not work.

 

Desired Result:

arikofather_1-1685729976724.png

 

PBIX:   Deal Stage Filter.pbix

 

Data:  data table.csv

1 ACCEPTED SOLUTION
Kishore_KVN
Super User
Super User

Hi arikofather,

Here is the solution for the issue.

The DAX function which you are using to generate the card visual is missing order expression. I included the order expression. Check the DAX below

Deal Stages Selected = 
CONCATENATE(CONCATENATE(
"Deal Stage selection : ",
CONCATENATEX(ALLSELECTED('Data Table'[Deal Stage]),'Data Table'[Deal Stage], "  ", 'Data Table'[Deal Stage]))," ")

The result looks like

Kishore_KVN_0-1685734198453.png

 

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

View solution in original post

1 REPLY 1
Kishore_KVN
Super User
Super User

Hi arikofather,

Here is the solution for the issue.

The DAX function which you are using to generate the card visual is missing order expression. I included the order expression. Check the DAX below

Deal Stages Selected = 
CONCATENATE(CONCATENATE(
"Deal Stage selection : ",
CONCATENATEX(ALLSELECTED('Data Table'[Deal Stage]),'Data Table'[Deal Stage], "  ", 'Data Table'[Deal Stage]))," ")

The result looks like

Kishore_KVN_0-1685734198453.png

 

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

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.