The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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.
User | Count |
---|---|
28 | |
11 | |
8 | |
6 | |
5 |
User | Count |
---|---|
35 | |
14 | |
12 | |
9 | |
7 |