User Profile
paw1
Helper I
Joined 3 years ago
User Widgets
Contributions
If logic help in Power BI
Hi, I have below if logic in Tableau could you please help me to convert the same in Power BI. if YEAR([Deal Date Active])>0 then [Deal Date Active] elseif max(ifnull(year([Deal Date Monitored]),0),ifnull(YEAR([Deal Createddate]),0))=2020 then if YEAR([Deal Date Priority])=2020 then DATEPARSE("yyyy-mm-dd","2020-01-01") elseif year([Deal Date High Priority])=2020 then DATEPARSE("yyyy-mm-dd","2020-01-01") elseif year([Deal Date Signed])=2020 then DATEPARSE("yyyy-mm-dd","2020-01-01") elseif year([Deal Date Closed])=2020 then DATEPARSE("yyyy-mm-dd","2020-01-01") else dateparse("yyyy-mm-dd",str(max(ifnull(year([Deal Date Monitored]),0),ifnull(YEAR([Deal Createddate]),0)))+"-01-01") END Thanks in advanceSolved604Views0likes1Commentif logic Help
Hi, I have below if logic inTableau. Please can you help me to convert same in Power BI. high priority=if [Reached Active?]="Yes" and [Reached Priority?]="Yes" and [Reached High Priority?]="Yes" and [Completed/Portfolio?]="No" then if [Status (adjust)]="On hold" or [Status (adjust)]="Onhold-Tracked" then "Yes" else if [Status (adjust)]="Monitor" or [Status (adjust)]="Active" or [Status (adjust)]="Priority" then "Yes" else "No" END END else "No" ENDSolved646Views0likes1CommentField Parameter in Power BI
Hi, Please help me on below requirement. I have a source table like below. Source: Field Parameter: I have created a Field Parameter with NGT and Impact like below. Requirement is when NGT is selected only NGT=Yes related data need to be filter in below chart i.e., Retail Data. When Impact is selected only Impact =yes need to be filter in below chart i.e., Healthcare and Retail. But now the filter selection is not working in chart. Please help me on this . Chart: Thanks in advance.Solved817Views0likes1CommentRe: Filter creation in Power BI
hi olgad I have a single table in report like below. when NGT selected from filter then NGT=Yes need to apply for all the visualizations in the sheet same for impact. INDUSTRY Status NUMBER OF Records NGT Impact Healthcare active 1 No Yes Healthcare active 1 No No Healthcare active 1 Yes Yes Healthcare high 1 Yes No914Views0likes0Comments- 771Views0likes2Comments
Re: Filter creation in Power BI
Hi olgad Thanks for your reply. I have tried like below. 1. Created slicer from parameter tab and added this slicer field in bar chart and selected Show Selected field but values are not changing in chart. Actually when I have select NGT field only Yes value from NGT field need to apply in bar chart . Please help me to qualify Yes from NGT and Impact. Select Business Filter = { ("NGT", NAMEOF('Asia Pipeline Analytic – Final'[NGT]), 0), ("Impact", NAMEOF('Asia Pipeline Analytic – Final'[Impact]), 1) }930Views0likes0CommentsFilter creation in Power BI
Hi, Can any one please help me on below requirement. I have two fields NGT and Impact in table with Yes and No values. From these two filters need to create one common Selection filter like below with existing filter names. Then by selecting NGT in Selection Filter, NGT=Yes parameter need to filter in below visualization and similarly for Impact. By selecting Impact in Selection Filter, Impact=Yes parameter need to filter in below visualization. Thanks in advance986Views0likes4Commentshow to hide subtotals for particular measure
Hi, I have a pivot table with 5 measures. I have to hide subtotal values for only sale %. is there any way to convert sale % sub total value to 0 or completly hide the value. Sale % = if(FORMAT(SUM(Input[Sales]),"#,##0.00%")="0.00%","-", FORMAT(SUM(Input[Sales]),"##,###0.00%;(##,###0.00%); -")) ThanksSolved2.2KViews0likes3CommentsRe: how to apply not null in List.contains in power bi
Hi Ahmedx Thanks for your help. It's the same scenario from this post. https://community.powerbi.com/t5/Desktop/Custom-Column-Creation-help/m-p/3124183#M1057680 I am looking for In first condition how to apply Alternate Num is not blank extra condition?36KViews0likes1Comment
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.