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

présentation des données sous forme de matrice sans appliquer de calcule sur les données

Hello,

je voudrais afficher ce tableau sous forme de matrice sur power bi desktop

oguedda_0-1608826163426.png

 

sauf que power bi me propose sur la matrice le nombre de notes et pas le note même finalement je voudrais avoir un aperçu comme ça : 

oguedda_1-1608826325620.png

 merci d'avance pour votre aide,

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Thanks to everybody, the solution was to add a simple measure as follows :

oguedda_0-1609149866853.png

and the result was:

oguedda_1-1609149951802.png

 

problem solved,

View solution in original post

6 REPLIES 6
Anonymous
Not applicable

Thanks to everybody, the solution was to add a simple measure as follows :

oguedda_0-1609149866853.png

and the result was:

oguedda_1-1609149951802.png

 

problem solved,

Anonymous
Not applicable

Hello @amitchandak @lbendlin and @v-rzhou-msft ,

Thank you for your answers, the first part to transform the date column is ok but the problem is still that i can not display the data without adding sum.

oguedda_0-1609147846970.pngoguedda_1-1609147890518.png

 

I would like it to show me the option not to summarize for the data "note".

v-rzhou-msft
Community Support
Community Support

Hi @Anonymous 

In addition to  

Month Year sort = YEAR(Sheet26[Date])*100+MONTH(Sheet26[Date])

Your Month Year column may in formatting "mmm-yy" instead of "mmm-yyy".

Month-Year = FORMAT([Date],"mmm-yy")

My Sample Table is as below.

1.png

Sort Month-Year by Sort column like  

Best Regards,

Rico Zhou

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly. 

amitchandak
Super User
Super User

@Anonymous , On the date you have to create month year.

Month Year = FORMAT([Date],"mmm-yyyy")
Month Year sort = FORMAT([Date],"yyyymm") // sort month year on month year sort link of doc

 

You have to take the month year on the column on the matrix.

Refer for matrix visual :https://docs.microsoft.com/en-us/power-bi/visuals/desktop-matrix-visual

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

https://www.youtube.com/watch?v=M5PvQUy-L_4

 

Anonymous
Not applicable

I found the solution on this page https://www.burningsuit.co.uk/blog/2019/04/7-secrets-of-the-matrix-visual/ there are lots of tips in it that can help many people.

Thank you,

lbendlin
Super User
Super User

Do you have a calendar table in your data model that has a month name and a month number column (the latter for sorting)?  

Change the matrix visual to switch off the stepped layout for the rows.

 

lbendlin_0-1608827235579.png

 

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.