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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
HugoTran
Frequent Visitor

How to write a Dax query with creating a new measure

Hi All - Need help in writing a dax query with creating a new measure where Status = Future Production Change and SME group, Target Release Date, Disposition Reference are populated and Resolution date are not populate (blank). Thanks.

1 ACCEPTED SOLUTION
gadielsolis
Resolver III
Resolver III

Hello.

 

Not sure if I understand correctly but lets assume you want to sum the values in the "Table[a]", if that's the case you can try the following DAX:

 

Sum_of_a= Calculate(Sum(Table[a]),Table[Status]="Future Production Change"&&ISBLANK(TargetReleaseDate))&&
ISBLANK(DispositionReference)&&NOT(ISBLANK(ResolutionDate)))

 

View solution in original post

2 REPLIES 2
gadielsolis
Resolver III
Resolver III

Hello.

 

Not sure if I understand correctly but lets assume you want to sum the values in the "Table[a]", if that's the case you can try the following DAX:

 

Sum_of_a= Calculate(Sum(Table[a]),Table[Status]="Future Production Change"&&ISBLANK(TargetReleaseDate))&&
ISBLANK(DispositionReference)&&NOT(ISBLANK(ResolutionDate)))

 

that work! thanks a bunch.

Helpful resources

Announcements
July PBI25 Carousel

Power BI Monthly Update - July 2025

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

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 community update carousel

Fabric Community Update - June 2025

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