Forum Discussion
snoozee
3 years agoRegular 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 tha...
TOK
3 years agoHelper 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