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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi, i've earlier created a column but i now need this information as a calculated column instead.
the measure is:
CALCULATE(sum(Table1[hours]),
filter(Table1 , Table1[Time Entry Type]="A" || Table1[Time Entry Type]="O" || Table1[Time Entry Type]="B"),
filter(Table2, (Table2[IsX]="1"),
filter(Table3, Table3[ID]<>4 || Table3[ID]<>5))
As it can be seen from the measure i am finding the sum while condition on columns from 3 different tables.
what i need now is create a column in table1 that gives me returns the hours if the condition is met or else just returns blank. all the tables are connected to each other.
do anyone has a good gues on how this can be done?
cheers
@Anonymous , What is the relation between tables. In which table you want this new column.
Can you share sample data and sample output in a table format? Or a sample pbix after removing sensitive data.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.
User | Count |
---|---|
15 | |
15 | |
11 | |
10 | |
10 |