Forum Discussion
NickzNickz
2 years agoHelper IV
Get total value for different status
In my dashboard, I use Visual Calendar by MAQ Software to show the status of planning, Advertisement, Selling and Closing as in the example below: My problem is the status show the total of nu...
Deepak_
2 years agoAdvocate I
NickzNickz ,
Can you please share the column DAX you are using? That would be helpful
NickzNickz
2 years agoHelper IV
Hi Deepak_
Total # Tender = CALCULATE(COUNT(f_event_list[Date]))
I believe we need to alter the DAX or the table ...
Regards,
NickzNickz