Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
Hey ,
I need to convert Matrix columns from left to right as I view table in arabic mode ,
I need to convert this
| date in arabic | col 1 | col 2 | col 3 |
into
| col 3 | col 2 | col 1 | date in arabic |
Any help please
Hi @ayaasfour
Suppose you have a matrix like this
Do you mean you want to convert it into below format? (Date is a Rows field, aa/bb/cc are values in Column1 which is a Columns field)
| cc | bb | aa | Date |
| 30 | 20 | 10 | 1/1/2021 |
| 30 | 20 | 10 | 2/1/2021 |
| 30 | 20 | 10 | 3/1/2021 |
If yes, this is not supported in Power BI at present.
Regards,
Community Support Team _ Jing
If this post helps, please Accept it as the solution to help other members find it.
I dont have static columns I have just column numbers and row numbers and values and I draw matrix by this information. So i can not access on specific columns. , iS there is any solution?
Can you explain more as I do not understand what I should do precisely?
maybe you can try group by in PQ,grouping from the last column to first column. At last, delete the new column.
Proud to be a Super User!
Can you explain more as I do not understand what I should do precisely?
not sure if we have a better solution for this. here is just a workaround for you.
then remove the last column
Proud to be a Super User!
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 56 | |
| 47 | |
| 44 | |
| 20 | |
| 20 |
| User | Count |
|---|---|
| 73 | |
| 72 | |
| 34 | |
| 33 | |
| 31 |