Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
I have one column which consists of ID in it and I want to convert this column into measure without summarization in it.Is there anyone who knows about it.
Thanks in Advance
Solved! Go to Solution.
@Anonymous , measures means summarization
Display or context is Key
Like
ID is column
ID measure = max(Table[ID]) is measure
Now in visual if you put not summarized ID with ID measure. It will give the same result.
@Anonymous , measures means summarization
Display or context is Key
Like
ID is column
ID measure = max(Table[ID]) is measure
Now in visual if you put not summarized ID with ID measure. It will give the same result.
@Anonymous Hard to be specific without the code but generally it is fairly straight-forward, you wrap your column references in something like MAX, MIN, etc.
Need to see code.
I am getting blank fields in the measure...How to resolve that ?
Currency is the measure and currencyID is column.