Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
I have a simple table from Google Analytics that look at website pageviews for a online news site.
The table (Views) consist of the following columns:
"Category" "screenPageViews" "pageTitle" "date" and "FullURL"
I have this function that works perfectly:
Hi @Anonymous,
I create some dummy data for demo: Exercise File
Please consider that there is also 'Category' column in your second table.
RankArt =
IF( HASONEVALUE(Views[Category]),
RANKX( ALL(Views[pageTitle],Views[Category]), CALCULATE(SUM(Views[screenPageViews])),,DESC), "")
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!