Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Next 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

Reply
Imrans123
Advocate V
Advocate V

Building a Multi KPI Table

Hey All, 

 

Wanted some help from you guys. My data model is such that I have a billings table with sales data and a column called store ID which represents the store the sale is happening at. Just a rough example below,

Imrans123_0-1657750934580.png

 

And a Dimensions table 

Imrans123_1-1657750983524.png

 

I have a relationship between store ID off the two tables. 

 

Now, I have made 6 DAX measure, Sales (Sum of amount), Cost (sum of Cost), Profit (Sum of amount-cost), Sales Target, Cost Target and Profit Target

 

I want the final product to look something like this 

Imrans123_3-1657751406893.png

 

Now, I already got all the measures built. I can do a matrix visual where I put store name in rows and DAX measures Sales, Cost and Profit in values to get a table that lists all stores and their respective Sales, Cost and Profit. However, I can't get the target measure in there to align with their respective KPI. 

 

Is there a way I could do this in the default Matrix visual using DAX? Or is there a custom visual that satisfies my requirement where I can allocate a target measure for each KPI measure?

 

 

 

1 ACCEPTED SOLUTION
johncolley
Solution Sage
Solution Sage

Hi @Imrans123 ,

 

You can try combining the results and target into one measure to use in the matrix. For example:

 

Combine = COMBINEVALUES(" / ", Sales Measure, Sales Target Measure)

 

If this answer solves your problem please mark it as a solution!

View solution in original post

2 REPLIES 2
johncolley
Solution Sage
Solution Sage

Hi @Imrans123 ,

 

You can try combining the results and target into one measure to use in the matrix. For example:

 

Combine = COMBINEVALUES(" / ", Sales Measure, Sales Target Measure)

 

If this answer solves your problem please mark it as a solution!

Perfect! Thank you!

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.