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!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi
i have 4 tables.
1. Budgets by product by month
2. Products
3. Date table
4. Sales
i have created the relationships as below
date to sales
date to budgets
budgets to product
sales to product
i need to create a measure as
total sale value / budget for the month and product. Month is slicer
i am displaying this measure in table.
What is the dax formula for this measure?
Could you please share the sample data and data structure, the expected output? So I can analysis on your requirement.
Regards,
Jimmy Tao
Not sure if I am clear
calculate(divide(sum(Sales[Sales Amount]),sum('Budget'[Budget Value])))Then if you view data by product and month you should get desired values.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 50 | |
| 49 | |
| 35 | |
| 15 | |
| 14 |
| User | Count |
|---|---|
| 91 | |
| 75 | |
| 41 | |
| 26 | |
| 25 |