The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
User | Count |
---|---|
108 | |
79 | |
72 | |
48 | |
41 |
User | Count |
---|---|
138 | |
108 | |
69 | |
64 | |
57 |