Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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.
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
25 | |
10 | |
7 | |
6 | |
6 |
User | Count |
---|---|
30 | |
11 | |
11 | |
10 | |
6 |