Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello Guys,
I have a table like
and i want to create a table with summerise data
For example :-
er Name
93127 Tulashi
99098 Sudhanshu
63140 Ananta
Thanks
Solved! Go to Solution.
The Column "re" is actually mobile numbers so is this query gonna work ?
Anyway Thanks for responding.
Found a solution :-
Found a solution :-
with the data shown, you can try like:
Table =
ADDCOLUMNS(
VALUES(TableName[er]),
CALCULATE(MAX(TableName[Name]))
)
The Column "re" is actually mobile numbers so is this query gonna work ?
Anyway Thanks for responding.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.