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
Rehan
New Member

Format Data and Navigate action with a selected parameter

Hi,

 

I have a table with data as below

 

ID   NAME

1      a

1      b

1      c

2      d

2      e

3      f

3      g

 

expected O/p using power bi as below :

 

ID              1       2       3

 

Name        a       d      f

                  b       e      g

                  c

 

on clicking/selecting name (a/b/c/d... etc ) it should navigate to new report and show the data related to selected name.

 

whether its achievable?

1 ACCEPTED SOLUTION
v-micsh-msft
Employee
Employee

Hi Rehan,

 

No, currently I don't think this is possible.

To have the ID showing in rows would need Matrix Visual in Power BI, however as the name column type is text, it can't be put into Values of the Matrix Visual. There is an idea submitted to add support for text in Martix.

Show text as values in a matrix

There is a workaround to display text in Matrix, which only works when the string returns a single value:

=if(hasonevalue(table[column]),values(table[column]))

See the thread reference: Text in a Matrix

Besides, for redirecting to other reports through clicking in the visual, currently this is not available also.

An idea for reference:

Drill to a report page

Vote for those ideas if they meet your requirements, and if you have any further questions, please feel free to post back.

Regards

View solution in original post

1 REPLY 1
v-micsh-msft
Employee
Employee

Hi Rehan,

 

No, currently I don't think this is possible.

To have the ID showing in rows would need Matrix Visual in Power BI, however as the name column type is text, it can't be put into Values of the Matrix Visual. There is an idea submitted to add support for text in Martix.

Show text as values in a matrix

There is a workaround to display text in Matrix, which only works when the string returns a single value:

=if(hasonevalue(table[column]),values(table[column]))

See the thread reference: Text in a Matrix

Besides, for redirecting to other reports through clicking in the visual, currently this is not available also.

An idea for reference:

Drill to a report page

Vote for those ideas if they meet your requirements, and if you have any further questions, please feel free to post back.

Regards

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.