This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
How to club 3 matrix vizs into one viz , 3 vissuals having different formulaes but structure and column names are same.
please guide me on this.
Solved! Go to Solution.
Hi @sunil222 ,
Are there three different tables containing "Revenue", "Direct Cost", "Gross Margin", " Gross Margin%", you can append the tables into a single table and use the Switch() function to determine this.
In Power Query – Append Queries -- Append Queries as new – Three or more tables -- add
Note:
According to Power BI design, each column of data format needs to be consistent, so when merging multiple tables, Power BI will automatically determine the same data format according to each table, and finally display the same data format, if you want to display the value + percentage in a column, you need to use the Format() function with the switch() function to specify a column data to present the style of the specified data format, but Format() according to the specified format will be converted to text
FORMAT function (DAX) - DAX | Microsoft Learn
If the above doesn't meet your expectations.,can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data. We can better understand the problem and help you.
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @sunil222 ,
Are there three different tables containing "Revenue", "Direct Cost", "Gross Margin", " Gross Margin%", you can append the tables into a single table and use the Switch() function to determine this.
In Power Query – Append Queries -- Append Queries as new – Three or more tables -- add
Note:
According to Power BI design, each column of data format needs to be consistent, so when merging multiple tables, Power BI will automatically determine the same data format according to each table, and finally display the same data format, if you want to display the value + percentage in a column, you need to use the Format() function with the switch() function to specify a column data to present the style of the specified data format, but Format() according to the specified format will be converted to text
FORMAT function (DAX) - DAX | Microsoft Learn
If the above doesn't meet your expectations.,can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data. We can better understand the problem and help you.
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 28 | |
| 23 | |
| 22 | |
| 16 | |
| 16 |
| User | Count |
|---|---|
| 61 | |
| 35 | |
| 28 | |
| 22 | |
| 22 |