Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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 🙂
Solved! Go to Solution.
I've solved the problem of DIMENSIONALITY (QlikView) using the function ISINSCOPE that allows me to manipulate the dimension of the matrix
I've solved the problem of DIMENSIONALITY (QlikView) using the function ISINSCOPE that allows me to manipulate the dimension of the matrix
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:
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.
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.
@giuliapiazza94 What is dinensionality? If it is a measure or column you could do IF([dimensionality]=0,"A","B")
A column.
For example
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)
User | Count |
---|---|
14 | |
10 | |
7 | |
6 | |
5 |
User | Count |
---|---|
30 | |
19 | |
12 | |
7 | |
5 |