Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Is there a way to emulate the table below in power bi? the sales target and Sales actual rows in the item column are from my data set.The difference and attainment rows would be a calculation.
Below is what my data set looks like
Source | Date | Sales |
ACTUALS | ######## | 21133688 |
ACTUALS | ######## | 21092167 |
TARGET | ######## | 21666046 |
TARGET | ######## | 24084542 |
Solved! Go to Solution.
Hi @dwhittaker1
You can simply achived this by creating seperate measure for Actual, target, diff, % etc.
Try this. I have taken you dataset. and created multiple measures
then change the value setting
You can create similar pattern of Matrix you mentioned above but trick is each matrics has to be seperate measure.
I hope I answered your question!
Hi @dwhittaker1
You can simply achived this by creating seperate measure for Actual, target, diff, % etc.
Try this. I have taken you dataset. and created multiple measures
then change the value setting
You can create similar pattern of Matrix you mentioned above but trick is each matrics has to be seperate measure.
I hope I answered your question!