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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
E12
New Member

HELP WITH A DAX FORMULA

I want to use this Logic to get opening Balance but its always returning Blank, any ideas on how i can resolve this. same logic is working well on Excel.

 

Opening Bal =
CALCULATE(
COUNTROWS('Data'),
(
(Data[Release Date] = BLANK() && Data[Request Date] < Data[Date]) ||
('Data'[Release Date] > Data[Date] && Data[Request Date] < Data[Date]) ||
('Data'[Release Date] = Data[Date] && Data[Request Date] < Data[Date])
)
)

1 REPLY 1
Anonymous
Not applicable

Hi @E12 ,

To troubleshoot the problem further, please provide us with more information such as relationships between your tables and files to test .

Please make sure not attach sensitive data before sharing the files.

If you are unsure how to upload data please refer to 

https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-...

Please show the expected outcome based on the sample data you provided

 

Best regards

Albert He

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.