Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
OysteinT
Contributor III
Contributor III

Guide for migrating from PowerBI til QlikSense?

Hi all,

 

new here 🙂 

 

Are there any good blogs, books or other things which can be good guides on how to understand how to migrate some functions from DAX (PowerBI/Pivot) to QlikSense?

It is espesially how to do the same thing as the RELATED[] function in DAX I want to do, as I have a calculated field with several IF conditions which do a couple of different RELATED[] checks. (It is attached if anyone wants to see how it looks in Powerpivot..)

I have loaded all my data in QS, created associated on the correct table fields but I need a good guide on how to use the associations in function conditions like IFs. 

 

With regards, 
Øystein

1 Reply
Wlad_Masi
Employee
Employee

In QlikSense If statements are like "If(condition, true, false)"
Ex:
If(Name = 'John', 1,0)
This expression would show me 1 for names = John and 0 to other names.

Variables are used like =$(variable), what means that you are looking for the result of the variable.

I hope this helps you a little bit.
To help users find verified answers, please don't forget to mark a correct resolution or answer to your problem or question as correct.