Forum Discussion
being_mohit16
7 years agoFrequent Visitor
Need Help with performing measure within "Measure"
I'm trying to calculate some criteria in a column using "if" condition(looping), but it's only checking the first "if" condition and giving the single value (IF([% of Assets added during the Quarter]...
being_mohit16
7 years agoFrequent Visitor
DAXRichArd
Thanks for suggestions, but i tried it is calculating measure for all the column thats Why results is not coming, so i used value () function to get identical column.
Thanks for suggestions, but i tried it is calculating measure for all the column thats Why results is not coming, so i used value () function to get identical column.
DAXRichArd
Resolver I
7 years agoHello,
One more thought. DAX does not accept a table as a measure. If your DAX code results in what would end up being a talbe, if you write it as a measure you'll get an error. Nevertheless, you can use a table in a measure as a filter function that then aggregates the filter context.
Good luck.
RM