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 September 15. Request your voucher.

Reply
snoozee
Regular Visitor

DAX help required

I'm struggling to get DAX to work for the following problem.

I work for a bank so need to be able to report on whether our branches are completing a daily balance of their cash. I have a table that has the branch ID, Date and the cash holding name that was balanced (I'm looking for the name Bulk Cash). I also have a Date table.

What I think I need is potentially a new table that lists all the dates per branch, the cash holding and then a column advising if the count has been completed e.g., Y or N

Is this possible??

2 REPLIES 2
snoozee
Regular Visitor

Hi @TOK 

 

Thanks for the response I'll have a play and see how i get on 😊

TOK
Helper II
Helper II

Hi @snoozee,

there are multiple possible ways doing what you suggested.
You can use a conditional column when you are editing your dataset to define if the count has been completed (1/0). After that you have to change data type to "True"/"False". 
If your data is not distinct per date & branchid. You could use the group by function before doing so.

Another way is using a new column in report modelling. There you can also define your if statement.

Liked this post? Please subscribe: https://www.youtube.com/channel/UC2lAgCgfyLCHsRv0h-ETBWQ 

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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