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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Anonymous
Not applicable

Make a divition table with only parameters

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.

 

Multiplication.JPG

 

You can download the report here

2 REPLIES 2
Anonymous
Not applicable

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.

Anonymous
Not applicable

 

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.

Helpful resources

Announcements
PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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