Forum Discussion
BeckiB
2 years agoFrequent Visitor
Add New Dynamically Updating Column To Data
Hi, I'm relatively new to using DAX in PowerBI and have turned to ChatGPT for some help but it's repeatedly giving me 2 solutions, neither of which work! The Data: I have just one data table...
Mahesh0016
2 years agoSuper User
BeckiB
> MinCallStartDateTime = MIN(usedinslicer[Column])
> MaxCallStartDateTime = MAX(usedinslicer[Column])
> MaxCallsMade = calculate(Count(Columnname),counttabledate[Column]>=MinCallStartDateTime&&counttabledate[Column]<=MaxCallStartDateTime)
BeckiB
2 years agoFrequent Visitor
Hi, thanks for your reply. As above these are the fields that I had already calculated.
The information below "What I want to achieve" outlines what I require help with. Everything above this is for context. Thanks.