Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
Hi Team,
I want % Total contribution from different table revenue. ie,
please find a better image to understand my question.
Solved! Go to Solution.
Hi again @arvindyadav
do you have one row per day in Table2 ? try
Measure = divide(calculate(sum(Table1[Amount]));calculate(Sum(Table2[Amount]);FILTER(ALL(Table2);Table2[Date]=Selectedvalue(Table1[Date]))))
do not hesitate to give a kudo to useful posts and mark solutions as solution
Hi again @arvindyadav
do you have one row per day in Table2 ? try
Measure = divide(calculate(sum(Table1[Amount]));calculate(Sum(Table2[Amount]);FILTER(ALL(Table2);Table2[Date]=Selectedvalue(Table1[Date]))))
do not hesitate to give a kudo to useful posts and mark solutions as solution
Check out the November 2023 Power BI update to learn about new features.
Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.
Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!