Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I have two columns named serial number and percent, i want to create two columns, where one column will contains percent of DS01 and other column will contain percent of DS02,
Need to do it in dax, because it is Direct query cant use Power query.
Thanks
Solved! Go to Solution.
In dAX new column
DS1= if([Serial Number] ='DS1', [Percent], blank())
DS2= if([Serial Number] ='DS2', [Percent], blank())
Direct query only support simple column
In dAX new column
DS1= if([Serial Number] ='DS1', [Percent], blank())
DS2= if([Serial Number] ='DS2', [Percent], blank())
Direct query only support simple column
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
23 | |
7 | |
7 | |
6 | |
6 |
User | Count |
---|---|
27 | |
12 | |
10 | |
9 | |
6 |