Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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])
)
)
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
Please show the expected outcome based on the sample data you provided
Best regards
Albert He