User Profile
AdiSarah55
New Member
Joined 1 year ago
User Widgets
Contributions
Re: Create comparison on same data source
Thanks again kushanNa for your helpful support!!π€ really appreciate! i see your example, and in the table you present we can see only build 1 & 2 since your original table includes only builds 1 & 2 probably, i have many builds so i can't show in the table only the selected builds,,, BTW do i need to link the "first pick" and "second pick" tables to the unpivot table?1.5KViews0likes1CommentRe: Create comparison on same data source
thanks bhanu_gautam for your answer! the main issue is to distinguish between the 2 build filters, so when you are saying : VAR BaseBuild = 1 -- Replace with your base build filter VAR CompareBuild = 2 -- Replace with your compare build filter what do u mean? i have a table and build column there, there is no name for filters....1.6KViews0likes0CommentsRe: Create comparison on same data source
thanks kushanNa for your help! your answer is great if the build are known in advance, but as i mentioned, i want to give the user the option to choose which builds to compare (1 & 2 are examples, we have many results for several builds, and i want the user to select build1 and build2. is there an option to do it?1.5KViews0likes0CommentsCreate comparison on same data source
HI, i really need your support, i'm strugling with many AI progrmas but still couldn't find the good answer. i have data table in powerbi looks like this: hash per build, with all tests verdicts and actual hash build test1 verdict test1 actual test2 verdict test2 actual test3 verdict test3 actual 1234 1 pass 1 fail 4 pass great 1234 2 pass 2 fail 5 pass great 2345 1 pass 3 pass 6 pass poor 2345 2 fail 4 pass 4 pass great 3456 1 fail 4 pass 4 pass poor 3456 2 pass 5 fail 4 fail poor i need to create 2 tables, 1 that present the tests that were changed between the 2 builds, and 1 that present the tests that were not changed: not changed: test hash verdict build1 verdict build2 actual build1 actual build2 test1 1234 pass pass 1 2 test2 1234 fail fail 4 5 test3 1234 pass pass great great test2 2345 pass pass 6 4 test3 2345 pass pass poor great changed: test hash verdict build1 verdict build2 actual build1 actual build2 test1 2345 pass fail 3 4 test1 3456 fail pass 4 5 test2 3456 pass fail 4 4 test3 3456 pass fail poor poor the purpose is to compare between 2 builds and see changes, so i giv 2 filters baseBuild and CompareBuild now i need to take out the data per build. is that even possible? I'm desperate π the main issue is to filter by build number 2 different filters...Solved1.7KViews0likes10Comments
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.