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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Anonymous
Not applicable

Counting column in page visual table

ericnumber14_0-1624365503691.png


Please help me with my problem in DAX.

 

I have table visual and i need to have a measure looks like below:

VAR CountAllColumn = Count the number of column no matter what is the value
VAR CountWithValue = Count the number of column, filter Measure 1 is not equal 0 or is not equal to blank
RETURN
DIVIDE(CountWithValue, CountAllColumn)

 

Fields: 
on rows: 'Cal'Month(real)
on header: 'Table1'Item Number

on Values: Measure 1

 

I am using live connection, and the measure that we are using are pre-aggregated in AAS.

0 REPLIES 0

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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

Top Solution Authors