Forum Discussion
Filter columns if all rows contain data
Hi StuartSmith,
In fact, dax formula not suitable for these options. If statement also not able to handle table-level results, I'd like to suggest you refer to AlB suggestion to use power query functions to do achieve your requirement.
Regards,
Xiaoxin Sheng
Sorry, I thought I replied to this thread. I tried the solution by "CNENFRNL", but found that it didnt hide the columns dynmically. What I mean by this, is that when the created the power query solution, it hide any columns that already had data in every row, but if I updated the data source and then refreshed the data, any new columns that had all row completed were still visible and were not removed.
- Anonymous5 years agoNot applicable
Hi StuartSmith,
In fact, power query table structure will be cached in query steps and they weren't dynamic changes if the result changes. You need to manually manage these structures and fix them in the following steps if the raw calculation results changed.
Regards,Xiaoxin Sheng
- StuartSmith5 years agoPower Participant
Thanks, I will just tell the user that its currently not possible.