User Profile
vlengure
Frequent Visitor
Joined 8 years ago
User Widgets
Contributions
Re: Incorrect representation of Bar Graph using R Code in Power BI
Hey Michael, Apologies for the detail. I was able to solve the problem by addressing the removal of the duplicates issue. I created an extra measure to fix it. Thanks for your attention and time. I really appreciate it. Best Regards, Vivek L1.3KViews0likes0CommentsIncorrect representation of Bar Graph using R Code in Power BI
Hello Everyone, This issue is related to replication of a graph/pattern in Power BI using R code. This is our Dataset - A,B,C 0,0,1 0,1,0 0,1,1 1,0,0 1,1,0 1,1,0 1,1,1 1,1,1 Rcode : data <- fread('C:/Users/kkuncham/Downloads/test_upset.txt', sep=',') require('UpSetR','C:/Users/kkuncham/Library') library(UpSetR) This is the graph in R - When I try to replicate the below-mentioned code in Power BI- require('data.table','C:/Users/kkuncham/Library') library(data.table) data = as.data.table(dataset) require('UpSetR','C:/Users/kkuncham/Library') library(UpSetR) upset(data ) I see this graph, "Bar Graphs" are incorrectly plotted - I would really appreciate if anyone can help me with this. Thanks. Best Regards, Vivek LSolved1.2KViews0likes2CommentsUnable to sign in to Power BI Desktop
Error message - sorry, we encountered an error while trying to sign you in. Details: One or more errors occurred. Tried disabling firewall and antivirus and relaunched, but no luck. I checked the trace logs as well, it says - The browser based authentication dialog failed to complete. Reason: The server or proxy was not found PowerBI Service works fine though. I would really appreciate your help. Thanks,2.2KViews0likes4CommentsUnable to sign in to Power BI Desktop
Error message - sorry, we encountered an error while trying to sign you in. Details: One or more errors occurred. Tried disabling firewall and antivirus and relaunched, but no luck. I checked trace logs as well, it says - The browser based authentication dialog failed to complete. Reason: The server or proxy was not found Tried changing the default browser to internet explorer. Again, no luck. PowerBI Service works fine though. I would really appreciate your help. Thanks,2.1KViews0likes0CommentsUnable to sign in to Power BI Desktop
Error message - sorry, we encountered an error while trying to sign you in. Details: One or more errors occurred. Tried disabling firewall and antivirus and relaunched, but no luck. PowerBI Service works fine though. I would really appreciate your help. Thanks,1.8KViews0likes2CommentsRe: NFL Fantasy Football Player Comparison Tool
Hi David, This is fantastic! I am also starting to dig deeper into Power BI and wanna be able to reach a point where I can build something like this. Could you please help me with the steps. I would really appreciate it. Thanks. Best Regards, Vivek L24KViews1like1Comment
Data Privacy
Microsoft Fabric Community and Privacy
To learn more about how we manage your data, please review the Microsoft Fabric Community Data Privacy guide.