Forum Discussion
arulsettu
9 years agoFrequent Visitor
Fixed in power bi
HI, I am very new to power bi. acutally i am trying to convert TABLEAU app into power bi. in a chart there is caluclated dimension created as below { FIXED [Year Week]: MAX([End Time])...
arulsettu
9 years agoFrequent Visitor
Thanks for the reply
by using this
CALCULATE(MAX([end_time].[Date]),ALLEXCEPT('table_name',[Year]))
i am getting only one value
31/dec/2016
and above calcluation i am using as dimension.
can you check this
Thanks
Anonymous
9 years agoNot applicable
Hi arulsettu,
>>i am getting only one value
If you only drag this measure to a visual, you will get the max date. You can add other columns to work through this issue.
Regards,
Xiaoxin Sheng
- arulsettu9 years agoFrequent Visitor
i am using this as dimension
CALCULATE(MAX([end_time].[Date]),ALLEXCEPT('table_name',[Year]))
and
count(value)
so where and what should i add as anew column