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

DAX Queries

In my Power BI Report I'm having,

Month        Value

August        1,24,000

September   2,46,789

October       8,49,000

November   2,04,985

December    90,485

Now, I want to display the value of all the months to above 8,00,000 through DAX Queries. How can I do that.

1 ACCEPTED SOLUTION
v-sihou-msft
Employee
Employee

@Anonymous

 

You can create a calculated table like below: 

 

Table = FILTER(ALL(Table1[Month]),CALCULATE(SUM(Table1[Value]))>800000)

234.PNG

 

Regards,

View solution in original post

1 REPLY 1
v-sihou-msft
Employee
Employee

@Anonymous

 

You can create a calculated table like below: 

 

Table = FILTER(ALL(Table1[Month]),CALCULATE(SUM(Table1[Value]))>800000)

234.PNG

 

Regards,

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

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

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.