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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

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.