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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
cesarrivas
Regular Visitor

UpSetR set_size.show parameter not recognized

Hi, 

 

I'm creating an UpSetR graph using this library in my Desktop Version with no problems, but when I publish it to the PBI Service the Set Size graph (the blue one on the lower left) does not appear.

 

 

I tried to force it with the set_size.show = TRUE parameter and it works on Desktop but not on the Service. I get this error when opening the Published report:

 

"Script Runtime Error

Error in upset(fromExpression(expressionInput), order.by = "freq", point.size = 4.5, :

unused argument (set_size.show = TRUE)"

 

The script I'm testing is:

 

library(UpSetR)
expressionInput <- c(A = 3000,
                    B = 2000,
                    C = 1000,
                    'A&B' = 500,
                    'A&C' = 300,
                    'B&C' = 150,
                    'A&B&C' = 20)
        
upset(
        fromExpression(expressionInput), 
        order.by = "freq",
        point.size = 4.5, 
        mb.ratio = c(0.7, 0.3), 
        text.scale = c(1.5, 1.25, 1.5, 1.25, 1.5, 2),
        mainbar.y.label = "Intersection",
        set_size.show = TRUE, #This is the parameter giving error in PBI Service
        sets.x.label = "Total")

It seems that the version running by Microsoft is the latest, but still I don't get why this part of the graph is not showing

https://mran.microsoft.com/package/UpSetR

 

Thanks for the Help, 

 

César.

1 REPLY 1
v-xuding-msft
Community Support
Community Support

Hi @cesarrivas ,

For your code, I think it should work. You could try to install the latest version of Power BI and republish it. Then check if it works fine. If no, you may need to create a support ticket to let the other teams to find the issue out.

 

Best Regards,

Xue Ding

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

 

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

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

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.

Top Solution Authors
Top Kudoed Authors