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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount 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
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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