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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
Anonymous
Not applicable

How to show like this in PowerBI

Hello,

 

Can anyone please advise on my requirements.

 

I have 1000 records and I want to show my data in horizontal format or like a form rather than vertical (Table view),

 

KarthikKV_0-1624860596309.png

 

The user can search 1000 records based on the field "Title" as shown below,

 

KarthikKV_1-1624860668685.png

 

But when they open the dashboard initially everything must show as empty and only one record can retrieve based on the search. How to acheive this?

 

Basically,

1) I need to visualize data as a form rather not like massive records showing one after other 

2) When no selection made (no search) everything must show as empty or wtih some message.

 

Thanks,

Karthik

 

 

 

1 ACCEPTED SOLUTION
MFelix
Super User
Super User

Hi @Anonymous ,

 

There are several ways to show this you can create individual cards with each of the values or two matrix visualizations and add the individual data to each table and put them side by side.

 

Regarding the part of having everything cleare you can do it by adding a measure that make condittional formatting:

Condittional formatting = IF(COUNTROWS('Table') > 1 , "#00000000" )

Has you can see in the image below and in the PBIX file if you have more than one value selected the values on the right don't show:

MFelix_0-1624978197376.png

 

MFelix_1-1624978209252.png

 

 


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



View solution in original post

2 REPLIES 2
MFelix
Super User
Super User

Hi @Anonymous ,

 

There are several ways to show this you can create individual cards with each of the values or two matrix visualizations and add the individual data to each table and put them side by side.

 

Regarding the part of having everything cleare you can do it by adding a measure that make condittional formatting:

Condittional formatting = IF(COUNTROWS('Table') > 1 , "#00000000" )

Has you can see in the image below and in the PBIX file if you have more than one value selected the values on the right don't show:

MFelix_0-1624978197376.png

 

MFelix_1-1624978209252.png

 

 


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



Anonymous
Not applicable

Hey @MFelix ,

 

This actually fits my requirement, thank you so much.

 

Regards,

Karthik

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

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