Forum Discussion
Fixed or static column in table
- 4 years ago
Hi Anonymous ,
You can create dynamically changing values directly with functions like today(), now(). For example, for now(), every time you perform a refresh, the calculated column will display the current time and date.
after refresh:
Alternatively, you can create different calculated columns based on other filtering criteria, such as:
Col_sum = CALCULATE(SUM(financials[Profit]),ALL(financials),financials[Year]=2013)Col_sum = CALCULATE(SUM(financials[Profit]),ALL(financials),financials[Year]=2014)
If the problem is still not resolved, please point it out. Looking forward to your reply.
Best Regards,
Henry
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Anonymous ,
You can create dynamically changing values directly with functions like today(), now(). For example, for now(), every time you perform a refresh, the calculated column will display the current time and date.
after refresh:
Alternatively, you can create different calculated columns based on other filtering criteria, such as:
Col_sum = CALCULATE(SUM(financials[Profit]),ALL(financials),financials[Year]=2013)Col_sum = CALCULATE(SUM(financials[Profit]),ALL(financials),financials[Year]=2014)
If the problem is still not resolved, please point it out. Looking forward to your reply.
Best Regards,
Henry
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.