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
Hey Everybody,
I am looking at removing an entire column from a table in Power BI by using DAX
The column that I am trying to remove is highlighted in yellow below.
I know that I can right-click on the column, and exclude the column, but I don't want to do that though (because doing so is not compatible when creating this same Power BI report as a paginated report in the cloud). I want to use DAX to do the same thing. In other words, I want to remove "Channel" = "Agency" and 'type" = "Paperless" by using DAX.
Does anyone know how?
Thanks
Dan
Solved! Go to Solution.
@i820017 , Create a measure like
calculate(sum(Table[Value]), filter(Table, Table[Channel] = "Agency" && [type] = "Paperless"))
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 |
|---|---|
| 33 | |
| 29 | |
| 29 | |
| 21 | |
| 18 |
| User | Count |
|---|---|
| 70 | |
| 50 | |
| 33 | |
| 24 | |
| 24 |