This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
I have, in the example, 2 tables joined together by "Absence ID" and then have 2 working measures that 1) count the number of days during a period that are backfilled by someone and 2) count the number of unique backfill staff are used during a period.
I would like to convert the 2 measures to calculated columns on the "Absence Record" table. Is this possible and if so, how? If I simply change the measures to columns, the values are incorrect.
Convert Measure to Calculated Column .pbix
Thanks
Does anyone else have any input or is the solution supplied by Todd the only option (apart from the working measures I already have)? Thanks
Thanks, I was after a more tidy soulution without having to create a new table. I have measures that do what I need, but was hoping for calculated columns that I could add to the exisitng table.
You could create a DAX table using the SUMMARIZE function:
My Table = SUMMARIZE('Absence Master', 'Absence Master'[Absence ID], "Min Date", MIN(Date0, "Max Date", MAX(Date)...
This creates a table with the aggregations as columns.
SUMMARIZE function (DAX) - DAX | Microsoft Learn
Proud to be a Super User! | |
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 37 | |
| 28 | |
| 28 | |
| 20 | |
| 18 |
| User | Count |
|---|---|
| 66 | |
| 36 | |
| 29 | |
| 25 | |
| 24 |