Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request 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
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 21 | |
| 10 | |
| 8 | |
| 8 |