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
Im sure this can be done but I could use some guidance
I have table with about 40 columns appended from multiple tables. The first column are the dates where an "exceedance" was recorded. What I would like to do is have a single column for all the exceedances next to the date column. I would also like to know which column the data is coming from beside the result. See the current structure below. Anyone think they can help with this? Thanks!
recor
Solved! Go to Solution.
Load this data into the Query Editor. Select your Date column. Then go to the Transform tab of the Ribbon, and click Unpivot Other Columns. You can also right click on the Date column and get to this option from there.
That should give you what you're looking for.
By the way, In DAX, you may take a look at the GENERATE Function similar to the CROSS APPLY condition in SQL.
Load this data into the Query Editor. Select your Date column. Then go to the Transform tab of the Ribbon, and click Unpivot Other Columns. You can also right click on the Date column and get to this option from there.
That should give you what you're looking for.
Phenominal - thanks!
@afabiano, if this method worked for you, please consider marking the reply as a solution. That way users will see a green check mark on the thread, and the solution will always stay at the top of the thread.
Cheers,
~ Chris
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 |
|---|---|
| 36 | |
| 28 | |
| 28 | |
| 20 | |
| 18 |
| User | Count |
|---|---|
| 66 | |
| 36 | |
| 33 | |
| 26 | |
| 24 |