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
Anonymous
Not applicable

Need help with Matrix Table

Hi all,

I am a new Power BI user. Currently i am trying to replicate the table as in the picture below.

1) How to segregate the year into quarters? (I already create a new column in the data source for quarters. However, i have no idea how to incorporate it in the table.

2)How to make (at least) the text visible? ( prefer to use symbols) The data is based on the inspection results from workorders

 

power bi question.png

 

Current progress 😅current progress.png

1 ACCEPTED SOLUTION
danextian
Super User
Super User

Hi @Anonymous 

 

Quarter values must also exist in your semantic model. You can create one using DAX or M. Ideally, you must  use a separate dimensions table. Add both Year and Quarter columns to the matrix visual and expand the column until Quarters are visible.

danextian_0-1741236980213.png

Please see the attached sample pbix.

 

Below is a sample custom column formula for quarter of the year (case-sensitive).

danextian_1-1741237188214.png

 





Dane Belarmino | Microsoft MVP | Proud to be a Super User!

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


"Tell me and I’ll forget; show me and I may remember; involve me and I’ll understand."
Need Power BI consultation, get in touch with me on LinkedIn or hire me on UpWork.
Learn with me on YouTube @DAXJutsu or follow my page on Facebook @DAXJutsuPBI.

View solution in original post

4 REPLIES 4
v-veshwara-msft
Community Support
Community Support

Hi @Anonymous ,

Following up to see if your query has been resolved. If any of the responses helped, please consider marking the relevant reply as the 'Accepted Solution' to assist others with similar questions.

If you're still facing issues, feel free to reach out.

Thank you.

v-veshwara-msft
Community Support
Community Support

Hi @Anonymous ,

Just checking in again as we haven’t heard back from you. If the provided solutions addressed your issue, kindly mark the helpful reply as the Accepted Solution to assist others with similar queries.

If your issue is still unresolved or you need further help, feel free to reach out.
Thank you.

v-veshwara-msft
Community Support
Community Support

Hi @Anonymous ,
Just wanted to check if the solution provided by @danextian has met your needs. If yes, Please consider marking it as "Accepted Solution" to assist others with similar queries. If further assistance is needed, please reach out.
Thank you.

danextian
Super User
Super User

Hi @Anonymous 

 

Quarter values must also exist in your semantic model. You can create one using DAX or M. Ideally, you must  use a separate dimensions table. Add both Year and Quarter columns to the matrix visual and expand the column until Quarters are visible.

danextian_0-1741236980213.png

Please see the attached sample pbix.

 

Below is a sample custom column formula for quarter of the year (case-sensitive).

danextian_1-1741237188214.png

 





Dane Belarmino | Microsoft MVP | Proud to be a Super User!

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


"Tell me and I’ll forget; show me and I may remember; involve me and I’ll understand."
Need Power BI consultation, get in touch with me on LinkedIn or hire me on UpWork.
Learn with me on YouTube @DAXJutsu or follow my page on Facebook @DAXJutsuPBI.

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