Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowData Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more
Hi All,
Please give some guidance how can i create below kind of view. I have two columns Header & Content.
Each Header have their respective content which needs to be showns in below manner.
Solved! Go to Solution.
Hi @Anonymous ,
Please check if this visual could meet your requirements.
Here is an example:
Best Regards,
Icey
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous ,
Please check if this visual could meet your requirements.
Here is an example:
Best Regards,
Icey
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@Anonymous , Create a rank for content inside the header
rank = rankx(filter(Table, Table[header] = earlier(Table[header]) ), Table[Content])
now use a header on rows and Rank on the column of Matrix and max of the content column as values. You can use conditional formatting
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 23 | |
| 23 | |
| 21 | |
| 17 | |
| 13 |
| User | Count |
|---|---|
| 58 | |
| 51 | |
| 39 | |
| 29 | |
| 24 |