User Profile
pbiembeded
Regular Visitor
Joined 5 years ago
User Widgets
Contributions
Export JSON data in to CSV format on button click Of Custom Visual
Thanks for the help in advance. I have 2 questions : 1. How one can export JSON data into excel or csv from custom visual on Javascript button click event ? I want to export JSON data into CSV file from Custom Visual on Javascript button click event. My data size could go upto 100MB. Please let me knwo if you have any sugeestions. 2. How I can fix below exception? I tried export to excel using windows.open on button click, but I am getting below exception: Block windows.open in new window because the request was made in sandbox frame whoes "allowed-popups" permissions is not set. Please let me knwo if anyone knows how to fix this exception. Total I have 2 things.1.3KViews0likes1CommentConvert default AND to OR using Custom Visuals
I would like to create custom visuals to convert default AND to OR logical operator. I am able to do this using DAX query. https://www.sqlbi.com/articles/using-or-conditions-between-slicers-in-dax/ Do you know how I can achieve this by cresting custom visuals. Is there any existing slicer which will do for me ? Is there any way in powerbi I can execute query by passing parameters through custom visuals ? Like Entity Framework Or Ado.Net ?985Views0likes2CommentsConvert default AND to OR using Custom Visuals
I would like to create custom visuals to convert default AND to OR logical operator. I am able to do this using DAX query. https://www.sqlbi.com/articles/using-or-conditions-between-slicers-in-dax/ Do you know how I can achieve this by cresting custom visuals. Is there any existing slicer which will do for me ? Is there any way in powerbi I can execute query by passing parameters through custom visuals ? Like Entity Framework Or Ado.Net ?Re: Convert default AND to OR using Custom Visuals
Sure Thanks for response. Here is requirement. Let's say we have 2 entity: 1. Profession o Manager o Lead o Product Owner o Business Analyst o Developer o Tester 2. Clients o Walmart o Costco o BJ’s o Target o Best Buy o Acme Just sample data. Profession = 'Developer' AND Client = 'Walamart' Profession = 'Developer' OR Client = 'Walamart' Year Efforts(AND) Efforts(OR) 2007 104 1040 2008 120 860 2009 56 440 Using OR Query, I get efforts put by developer for all clients in Same report. But because of Power BI default behavior of AND I am not able to get the exact records.2.2KViews0likes0Comments
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.