Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
Dear all,
@amitchandak @Anonymous
I am using below Dax to create a new table
Solved! Go to Solution.
Try
Distinct(Rank = UNION(DISTINCT(FY20WTD_MTD_YTD[Rank Description]),DISTINCT('YTD FY21'[Rank Description])))
or
distinct(Rank = UNION(all(FY20WTD_MTD_YTD[Rank Description]),all('YTD FY21'[Rank Description])))
Hi, @vjnvinod
You need to apply “distinct” function to the "Rank" table again.
Please create another calculated table based on the table 'Rank':
Rank2 = DISTINCT(FILTER('Rank','Rank'[Rank Description]<>""))
The result ( without any duplicate and blank values) will show as below:
Please check my sample file for more details.
Best Regards,
Community Support Team _ Eason
Try
Distinct(Rank = UNION(DISTINCT(FY20WTD_MTD_YTD[Rank Description]),DISTINCT('YTD FY21'[Rank Description])))
or
distinct(Rank = UNION(all(FY20WTD_MTD_YTD[Rank Description]),all('YTD FY21'[Rank Description])))
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 53 | |
| 37 | |
| 35 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 74 | |
| 69 | |
| 39 | |
| 35 | |
| 23 |