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

The Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.

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
Microsoft Employee
Microsoft 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
Microsoft Employee
Microsoft 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
Feb2025 Sticker Challenge

Join our Community Sticker Challenge 2025

If you love stickers, then you will definitely want to check out our Community Sticker Challenge!

Jan NL Carousel

Fabric Community Update - January 2025

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