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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Jos13
Helper III
Helper III

Table Visual in power BI

Hi all,

 

I have a table visual in power BI as follows:

Untitled.png

Here table1 count and table2 count are measures and date column is from a date table.

I want the same visual in the below format :
Untitled1.png

I tried matrix visual but it is not working.

Is there a way to achieve this ?

Please find the link to pbix : https://drive.google.com/file/d/1DJ0uBLUKqDeg0lkHT1AGsnsS06Y_fjc4/view?usp=sharing

 

Thanks in advance

2 ACCEPTED SOLUTIONS
FarhanAhmed
Community Champion
Community Champion

Put date in columns of matrix visual.

and measures in values

 

Go to Formatting tab of Matrix visual

Under values you will see the option  "show on rows" you should enable this to get the desired output.

 

 

 







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

Proud to be a Super User!




View solution in original post

amitchandak
Super User
Super User

@Jos13 , I think you need to use  show on row. Date on Column.

refer step in

https://www.burningsuit.co.uk/blog/2019/04/7-secrets-of-the-matrix-visual/

 

Please find the attached file after signature

 

 

Screenshot 2020-09-07 11.22.52.png

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

3 REPLIES 3
amitchandak
Super User
Super User

@Jos13 , I think you need to use  show on row. Date on Column.

refer step in

https://www.burningsuit.co.uk/blog/2019/04/7-secrets-of-the-matrix-visual/

 

Please find the attached file after signature

 

 

Screenshot 2020-09-07 11.22.52.png

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
FarhanAhmed
Community Champion
Community Champion

Put date in columns of matrix visual.

and measures in values

 

Go to Formatting tab of Matrix visual

Under values you will see the option  "show on rows" you should enable this to get the desired output.

 

 

 







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

Proud to be a Super User!




Greg_Deckler
Community Champion
Community Champion

@Jos13 - To do that, you would need a disconnected table for your rows. 

 

In general, to use a measure in that way, you need to use the Disconnected Table Trick as this article demonstrates: https://community.powerbi.com/t5/Community-Blog/Solving-Attendance-with-the-Disconnected-Table-Trick...

 

In your case, create the disconnected table with your row values that you want. You can then use that in your matrix in the Rows area. You would craft a measure to take the MAX('DisconnectedTable'[Column]) and calculate what you want based on that.



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors