Forum Discussion
Soldado
4 years agoFrequent Visitor
Table matrix
Hello Community Is there a way to keep the format of the values in a table matrix although the formats are different? For instance, i have a table in excel with a list of KPI's with its correspo...
StefanoGrimaldi
4 years agoResident Rockstar
get that dax inside a varaible and return it witha format function example:
calculation:
var calculation = DAX YOU HAD
return formato(calculation, formatcode)