The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hello!
I'm trying to make a multiplication table (In fact is a divistion table) with parameters without using any dataset in Power Bi.
The result variable is calculated by the DAX formula below:
Result = divide([Numerator Value]; [Denominator Value])
But I can only see the division by itself.
Hi joaco,
I didn't understand your logic... to use DIVIDE to show MULTIPLICATION.
Divide a number by itself always will be 1.
Multiplication = Numerator[Numerator Value] * Denominator[Denominator Value]
Use Multiplication measure instead of Result measure.
Tell us if works for you.
Hello! I did it, the problem it's the same: https://files.fm/u/q84zdpjd
Because the problem it's not the logic.
The problem is actually that the parameter didn't return a value.