Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Anonymous
Not applicable

from measure to calculated column

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

 

 

 

 

1 REPLY 1
amitchandak
Super User
Super User

@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.

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.