Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
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.
| User | Count |
|---|---|
| 46 | |
| 43 | |
| 39 | |
| 19 | |
| 15 |
| User | Count |
|---|---|
| 68 | |
| 68 | |
| 31 | |
| 27 | |
| 24 |