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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
giuliapiazza94
Helper IV
Helper IV

Dimensionality (QlikView) in PowerBI

Hi guys,

I've to convert a QlikView report in a PBI report. 

In a table there is a measure like "if ( dimensionality = 0,  A, B).

I think I understand the meaning but I don't know which function can I use.

Can you help me?

 

Thank you 🙂

1 ACCEPTED SOLUTION
giuliapiazza94
Helper IV
Helper IV

I've solved the problem of DIMENSIONALITY (QlikView) using the function ISINSCOPE that allows me to manipulate the dimension of the matrix

View solution in original post

5 REPLIES 5
giuliapiazza94
Helper IV
Helper IV

I've solved the problem of DIMENSIONALITY (QlikView) using the function ISINSCOPE that allows me to manipulate the dimension of the matrix

v-yanjiang-msft
Community Support
Community Support

Hi @giuliapiazza94 ,

According to your description, you can use MAX function, it will return the value of current row. You can use it like this:

vkalyjmsft_0-1635923588031.png

Or you are still confused about it, please provide me with more details about your issue.

 

Best Regards,
Community Support Team _ kalyj

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Anonymous
Not applicable

@giuliapiazza94 

 

Hello,

 

you can use if in Power BI in measure or column.

 

But what I think here is happening that the dimensionality is Qlik Variable and in this case condition is that if dimensionality= False.

 

 

 

Greg_Deckler
Super User
Super User

@giuliapiazza94 What is dinensionality? If it is a measure or column you could do IF([dimensionality]=0,"A","B")



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
Power BI Cookbook Third Edition (Color)

DAX is easy, CALCULATE makes DAX hard...

A column. 

For example 

giuliapiazza94_2-1635329589970.png

 

 

dimensionality (A and B and C) = 2

dimensionality (D) = 1

the 3 rows has dimensionality = 0

It should be correct

 

I can't use IF (column) but I can only do IF (measure)

Helpful resources

Announcements
June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

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