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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
haldane
Frequent Visitor

Static table/grid vizual with different measure in each cell

Is it possible to create a static table or grid and insert either text headers and names with specific measures for each cell?

Below is an example of what I have created, but each value is an individual card with a measure and the labels are Buttons.

haldane_0-1595325585943.png

I would like to have the same information but in a table visual for easier formatting as below:

 

haldane_0-1595326310907.png

 

 
1 ACCEPTED SOLUTION
AllisonKennedy
Super User
Super User

Ideally we'd know a bit more about how your data structure looks as there are potentially better ways to do this, but you can use the DAX table constructor to create a two column table with "Measure Name" and "Measure Value" and plot that in a matrix against date.
https://radacad.com/creating-a-table-in-power-bi-using-dax-table-constructor

Please @mention me in your reply if you want a response.

Copying DAX from this post? Click here for a hack to quickly replace it with your own table names

Has this post solved your problem? Please Accept as Solution so that others can find it quickly and to let the community know your problem has been solved.
If you found this post helpful, please give Kudos C

I work as a Microsoft trainer and consultant, specialising in Power BI and Power Query.
www.excelwithallison.com

View solution in original post

2 REPLIES 2
AllisonKennedy
Super User
Super User

Ideally we'd know a bit more about how your data structure looks as there are potentially better ways to do this, but you can use the DAX table constructor to create a two column table with "Measure Name" and "Measure Value" and plot that in a matrix against date.
https://radacad.com/creating-a-table-in-power-bi-using-dax-table-constructor

Please @mention me in your reply if you want a response.

Copying DAX from this post? Click here for a hack to quickly replace it with your own table names

Has this post solved your problem? Please Accept as Solution so that others can find it quickly and to let the community know your problem has been solved.
If you found this post helpful, please give Kudos C

I work as a Microsoft trainer and consultant, specialising in Power BI and Power Query.
www.excelwithallison.com

Helpful resources

Announcements
June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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