Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi Team,
I have table like this in Power BI matrix Visual
Project1 | Project 2 | Project 3 | ||||
keyword | Revenue | RPC | Revenue | RPC | Revenue | RPC |
abc | 82 | 2.00 | 90 | 1.00 | 44 | 1.00 |
ede | 94 | 2.00 | 64 | 1.00 | 34 | 1.00 |
efg | 90 | 2.00 | 54 | 1.00 | 78 | 2.00 |
hij | 46 | 1.00 | 32 | 2.00 | 36 | 2.00 |
And I need to acheive table like below format:
Project1 | Project2 | Project3 | Project1 | Project2 | Project3 | |
keyword | Revenue | Revenue | Revenue | RPC | RPC | RPC |
abc | 82 | 90 | 44 | 1.00 | 2.00 | 1.00 |
ede | 94 | 64 | 34 | 1.00 | 2.00 | 1.00 |
efg | 90 | 54 | 78 | 1.00 | 2.00 | 2.00 |
hij | 46 | 32 | 36 | 2.00 | 1.00 | 2.00 |
How can I get this format in power bi desktop, Can someone please help me to achieve this visual.
Thanks,
Arvind
Solved! Go to Solution.
Looking at the first table you need double double-header solution
How to Deal with Double Headers in Power BI: https://youtu.be/1e16oHv9kTk
For the second one, we will need a measure of the top, and for that, we need a calculation group, which is now avaiable under the Model view
Calculation Groups- Measure Slicer, Measure Header Grouping, Measure to dimension conversion. Complex Table display : https://youtu.be/qMNv67P8Go0
Looking at the first table you need double double-header solution
How to Deal with Double Headers in Power BI: https://youtu.be/1e16oHv9kTk
For the second one, we will need a measure of the top, and for that, we need a calculation group, which is now avaiable under the Model view
Calculation Groups- Measure Slicer, Measure Header Grouping, Measure to dimension conversion. Complex Table display : https://youtu.be/qMNv67P8Go0
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
70 | |
68 | |
43 | |
34 | |
26 |
User | Count |
---|---|
86 | |
50 | |
45 | |
38 | |
38 |