The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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.