Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreNext 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
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,
And a Dimensions table
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
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?
Solved! Go to Solution.
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!
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!
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 54 | |
| 46 | |
| 44 | |
| 20 | |
| 19 |
| User | Count |
|---|---|
| 73 | |
| 71 | |
| 34 | |
| 33 | |
| 31 |