Can’t find an answer?

Can’t find an answer?

Ask us to get the answer

  • This forum is empty.

Elaborate Process to assign Power BI Pro License set of users in your Tenant?

What are Variables in DAX and why we use them in Power BI?

What are various Calculations available in power BI?

What is Context?

Types of Operators in DAX?

What are Data Types in DAX?

SUMX(
                  Filter(
                            Values(‘Location’[Country]),
                                            IF(
                                                  ‘Location’[Country] =’India’,
                                                  [SalesAmount] * 0.2,
                                                  [SalesAmount] * 0.1
                                              )
                                  )
                      )

E.g.

Explain the order of Logically processing & execution DAX Functions if we have nested functions?

What is DAX and where it is used in Power BI?

Viewing 9 topics - 91 through 99 (of 99 total)

1 2 3 5 6 7
  • You must be logged in to create new topics.