Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
ahmedsilat
New Member

Finding the Count of Columns in a table that starts with 'Custom Field'

Hi Community,

 

There is a requirement in which I need to count the number of columns created in a table during some post-processing of a client's data file. These will have column titles like 'Custom Field 1', 'Custom Field 2', ...

 

The summation of these columns needs to be included within the dashboard as a KPI. If no columns titled "custom field" exist within the dataset, assume that the value is 0.

 

I tried a lot to search for wildcard in Power BI but that referred to search values in a particular column and not search column names in a particular table.

1 REPLY 1
Anonymous
Not applicable

i'm not sure i understood please provide woth some sample data if this doesnt work :

 

 

CALCULATE(count(table[column]),allexcept(table,table[custom fields]))

 

if this works please consider acceptig it as solution and kudos

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.