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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
okletsgo
Advocate II
Advocate II

Calculate and filter out value in a column

I have a column with 3 different values, say low, normal and high, and I wanna make a KPI of each low, high and normal how many of them there are. I have use this below but get error.

 

measure = CALCULATE(COUNTA([column1]); FILTER(HIGH);))
2 REPLIES 2
v-piga-msft
Resident Rockstar
Resident Rockstar

Hi @okletsgo ,

Have you solved your problem?

If you have solved, please always accept the replies making sense as solution to your question so that people who may have the same question can get the solution directly.

If you still need help, please share your data sample and your desired output so that we could get your question quickly answered.

Best  Regards,

Cherry

 

Community Support Team _ Cherry Gao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
Not applicable

Hi buddy,

 

try use this:

 

Measure: CALCULATE(COUNTA([column1]); FILTER(Table;[column KPI]="High"))

 

Normally the filter formula ask you to say exactly what you want.

 

Any questions, ask 😉

 

 

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.